diff --git a/src/app/page.tsx b/src/app/page.tsx index fa77130..11aaeab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,9 +8,7 @@ import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwent import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import { CheckCircle, Settings, Heart, Wrench } from 'lucide-react'; export default function LandingPage() { @@ -35,8 +33,6 @@ export default function LandingPage() { name: "Capsules", id: "#capsules"}, { name: "Equipment", id: "#equipment"}, - { - name: "Subscription", id: "#subscription"}, { name: "Brew Guide", id: "#blog"}, ]} @@ -53,23 +49,6 @@ export default function LandingPage() { variant: "gradient-bars"}} title="Organic Coffee, Crafted for Professionals." description="Experience the ultimate convenience and uncompromising quality. From farm-to-capsule, Brewberry brings the specialty coffee shop experience directly to your home." - testimonials={[ - { - name: "Alex R.", handle: "@alex_coffee", testimonial: "The best capsules I've ever had. Truly professional quality at home.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/view-process-making-pressed-coffee_23-2149709923.jpg"}, - { - name: "Sarah M.", handle: "@sarah_barista", testimonial: "Finally, a capsule brand that respects organic sourcing. Amazing.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/barista-pouring-coffee-beans-into-coffee-machine_23-2148326687.jpg"}, - { - name: "Jordan L.", handle: "@jordan_dev", testimonial: "Subscribing saved me so much time. Perfect for my busy work days.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/sample-pebbles-jar-table_107420-63896.jpg"}, - { - name: "Mike D.", handle: "@mike_coffee", testimonial: "Unbeatable freshness in every single cup.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/tool-used-coffee-machine-coffee-making-process_23-2150187528.jpg"}, - { - name: "Chloe B.", handle: "@chloe_brews", testimonial: "Professional grade coffee in minutes. Simply the best.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-holding-cup-near-tablet_23-2148181482.jpg"}, - ]} buttons={[ { text: "Shop Capsules", href: "#capsules"}, @@ -77,18 +56,6 @@ export default function LandingPage() { text: "Explore Machines", href: "#equipment"}, ]} imageSrc="http://img.b2bpic.net/free-photo/woman-holding-cup-store-concept-choosing-dishes_169016-23448.jpg" - avatars={[ - { - src: "http://img.b2bpic.net/free-photo/beautiful-woman-managing-her-work-from-home-drinking-coffee-looking-laptop-sitting-kitchen_1258-183127.jpg", alt: "User 1"}, - { - src: "http://img.b2bpic.net/free-photo/man-taking-e-leraning-courses_23-2149231576.jpg", alt: "User 2"}, - { - src: "http://img.b2bpic.net/free-photo/girl-with-laptop_23-2148016321.jpg", alt: "User 3"}, - { - src: "http://img.b2bpic.net/free-photo/beautiful-woman-managing-her-work-from-home-drinking-coffee-looking-laptop-sitting-kitchen_1258-186505.jpg", alt: "User 4"}, - { - src: "http://img.b2bpic.net/free-photo/male-painter-studio-using-watercolor-his-art_23-2150213616.jpg", alt: "User 5"}, - ]} marqueeItems={[ { type: "text", text: "100% Organic"}, @@ -177,42 +144,6 @@ export default function LandingPage() { /> -