diff --git a/src/app/page.tsx b/src/app/page.tsx index 0026c2d..ce612d0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,9 +8,10 @@ import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import { MapPin, Coffee, Calendar, Phone } from "lucide-react"; export default function LandingPage() { return ( @@ -28,24 +29,12 @@ export default function LandingPage() { > @@ -346,28 +131,7 @@ export default function LandingPage() { testimonial="The Old Roastery is my go-to for coffee and fries! The ambience is absolutely perfect for hanging out with friends late at night. Service is always fast and polite." rating={5} author="Priya Shah" - avatars={[ - { - src: "http://img.b2bpic.net/free-photo/close-up-portrait-pretty-female-drinking-coffee_1153-5927.jpg", - alt: "Customer 1", - }, - { - src: "http://img.b2bpic.net/free-photo/brunette-girl-giving-thumb-up_23-2147650951.jpg", - alt: "Customer 2", - }, - { - src: "http://img.b2bpic.net/free-photo/smiling-asian-barista-girl-giving-takeaway-coffee-cup-prepare-takeout-order-guest-cafe-wearing_1258-199322.jpg", - alt: "Customer 3", - }, - { - src: "http://img.b2bpic.net/free-photo/two-young-beautiful-smiling-hipster-girls-trendy-summer-clothes-carefree-women-chatting-veranda-terrace-cafe-drinking-coffee-positive-models-having-fun-communicating_158538-15930.jpg", - alt: "Customer 4", - }, - { - src: "http://img.b2bpic.net/free-photo/beautiful-pleased-young-caucasian-woman-round-transparent-glasses-holds-hot-takeaway-coffee_273609-17948.jpg", - alt: "Customer 5", - }, - ]} + avatars={[]} ratingAnimation="blur-reveal" avatarsAnimation="slide-up" /> @@ -376,23 +140,11 @@ export default function LandingPage() {
@@ -401,58 +153,12 @@ export default function LandingPage() {
); -} +} \ No newline at end of file