'use client' import { guranteeData } from "@/utils"; import Image from "next/image"; import React from "react"; import { motion } from "framer-motion"; const HeroSix = () => { return (

Our Sacred Commitment

Certified Excellence in Rudraksha - Nepal's Premier ISO 9001:2015 Accredited Organization

{guranteeData.map((item, index) => (
{item.title}

{item.title}

))}
); }; export default HeroSix;