import { guranteeData } from "@/utils"; import Image from "next/image"; import React from "react"; const WhyShouldChooseUs = () => { return (

Why should you choose us?

Witness the ancient craft of harvesting and crafting these sacred beads straight from the trees. Experience the authentic power and beauty of genuine Rudraksha with our exclusive video.`

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

{item.title}

))}
); }; export default WhyShouldChooseUs;