diff --git a/src/app/page.tsx b/src/app/page.tsx index 33ff421..7750619 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import TestimonialCardTwelve from "@/components/sections/testimonial/Testimonial import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; +import FaqDouble from "@/components/sections/faq/FaqDouble"; import { Sparkles, Heart, ShoppingCart, Award } from "lucide-react"; import Link from "next/link"; @@ -16,7 +17,7 @@ export default function HomePage() { return ( @@ -148,33 +108,17 @@ export default function HomePage() { @@ -188,29 +132,35 @@ export default function HomePage() { useInvertedBackground={false} features={[ { - id: "1", - tag: "Quality", - title: "Premium Fresh Ingredients", - description: "We use only the finest quality ingredients sourced locally to ensure authentic taste and freshness", - imageSrc: "http://img.b2bpic.net/free-photo/ingredients-making-buns-pies-with-jam-fresh-pears-wooden-background-top-view-copy-space_127032-3138.jpg?_wi=1", - imageAlt: "Fresh ingredients", - }, + id: "1", tag: "Quality", title: "Premium Fresh Ingredients", description: "We use only the finest quality ingredients sourced locally to ensure authentic taste and freshness", imageSrc: "http://img.b2bpic.net/free-photo/ingredients-making-buns-pies-with-jam-fresh-pears-wooden-background-top-view-copy-space_127032-3138.jpg", imageAlt: "Fresh ingredients"}, { - id: "2", - tag: "Traditional", - title: "Authentic Recipes", - description: "Made using traditional Rajasthani recipes passed down through generations of our family", - imageSrc: "http://img.b2bpic.net/free-photo/china-stairs-stone-tiles-old-water_1417-577.jpg?_wi=2", - imageAlt: "Store front", - }, + id: "2", tag: "Traditional", title: "Authentic Recipes", description: "Made using traditional Rajasthani recipes passed down through generations of our family", imageSrc: "http://img.b2bpic.net/free-photo/china-stairs-stone-tiles-old-water_1417-577.jpg", imageAlt: "Store front"}, { - id: "3", - tag: "Quick", - title: "Fast Delivery", - description: "Quick service for urgent orders, festivals, weddings, and bulk requirements with timely delivery", - imageSrc: "http://img.b2bpic.net/free-photo/plate-colorful-cookies-macaroons-with-sprinkles-table_2831-8894.jpg?_wi=2", - imageAlt: "Sweets display", - }, + id: "3", tag: "Quick", title: "Fast Delivery", description: "Quick service for urgent orders, festivals, weddings, and bulk requirements with timely delivery", imageSrc: "http://img.b2bpic.net/free-photo/plate-colorful-cookies-macaroons-with-sprinkles-table_2831-8894.jpg", imageAlt: "Sweets display"}, + ]} + /> + + +
+