diff --git a/src/app/page.tsx b/src/app/page.tsx index 260e491..dcdc341 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,11 +1,11 @@ "use client"; -import { Award, HelpCircle, Mail, Sparkles } from "lucide-react"; +import { Award, HelpCircle, Mail, Sparkles, Clock, MapPin, Phone } from "lucide-react"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; import HeroBillboard from "@/components/sections/hero/HeroBillboard"; import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout"; import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; -import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; +import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; @@ -97,23 +97,24 @@ export default function SweetBakeryPage() {
-
@@ -150,14 +151,14 @@ export default function SweetBakeryPage() {