diff --git a/src/app/page.tsx b/src/app/page.tsx index 1bd1410..120ad60 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,6 @@ import HeroLogoBillboardSplit from "@/components/sections/hero/HeroLogoBillboard import MediaAbout from "@/components/sections/about/MediaAbout"; import FeatureCardTwentyThree from "@/components/sections/feature/FeatureCardTwentyThree"; import ProductCardOne from "@/components/sections/product/ProductCardOne"; -import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; @@ -29,7 +28,6 @@ export default function LandingPage() { navItems={[ { name: "Menu", id: "products" }, { name: "About", id: "about" }, - { name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "contact" }, { name: "Hours & Location", id: "footer" }, ]} @@ -73,17 +71,13 @@ export default function LandingPage() { description="From hand-poured specialty drinks to a welcoming atmosphere, discover what makes us your neighborhood favorite." tag="Our Specialties" features={[ - { - id: "1", title: "Signature Lattes & Specialty Drinks", tags: ["Specialty Coffee", "Artisan Crafted"], + { id: "1", title: "Signature Lattes & Specialty Drinks", tags: ["Specialty Coffee", "Artisan Crafted"], imageSrc: "http://img.b2bpic.net/free-photo/coffee-glass-cabinet-with-baked-food_23-2147892913.jpg?_wi=1", imageAlt: "Artisan pastries and specialty coffee drinks showcase"}, - { - id: "2", title: "Unforgettable Artisan Pastries", tags: ["Freshly Baked", "Premium Ingredients"], + { id: "2", title: "Unforgettable Artisan Pastries", tags: ["Freshly Baked", "Premium Ingredients"], imageSrc: "http://img.b2bpic.net/free-photo/coffee-glass-cabinet-with-baked-food_23-2147892913.jpg?_wi=2", imageAlt: "Fresh baked artisan pastries display"}, - { - id: "3", title: "Welcoming Third Space", tags: ["Community Focused", "Perfect for Work"], + { id: "3", title: "Welcoming Third Space", tags: ["Community Focused", "Perfect for Work"], imageSrc: "http://img.b2bpic.net/free-photo/older-people-talk-about-holiday-plans_482257-76640.jpg?_wi=2", imageAlt: "Cozy cafe interior perfect for studying or socializing"}, - { - id: "4", title: "Warm, Personalized Hospitality", tags: ["Customer Care", "Local Love"], + { id: "4", title: "Warm, Personalized Hospitality", tags: ["Customer Care", "Local Love"], imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-man-preparing-cappuccino-coffee-machine_613910-8868.jpg", imageAlt: "Friendly barista providing personalized coffee service"}, ]} animationType="slide-up" @@ -98,14 +92,10 @@ export default function LandingPage() { description="Explore our handcrafted beverage selection and artisan pastry collection, each designed to delight." tag="Signature Items" products={[ - { - id: "1", name: "Signature Lavender Latte", price: "Specialty", imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-cafe-latte-cappuccino-newspaper-concept_53876-65022.jpg", imageAlt: "Signature lavender latte with floral notes"}, - { - id: "2", name: "Espresso Macchiato", price: "Specialty", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-coffee-with_23-2149600721.jpg", imageAlt: "Perfect espresso macchiato with silky milk"}, - { - id: "3", name: "Cortado", price: "Specialty", imageSrc: "http://img.b2bpic.net/free-photo/front-view-coffee-glass_23-2148453633.jpg", imageAlt: "Balanced cortado coffee drink"}, - { - id: "4", name: "Butter Croissant", price: "Pastry", imageSrc: "http://img.b2bpic.net/free-photo/delicious-french-breakfast-with-croissant_23-2150408549.jpg", imageAlt: "Flaky artisan butter croissant"}, + { id: "1", name: "Signature Lavender Latte", price: "Specialty", imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-cafe-latte-cappuccino-newspaper-concept_53876-65022.jpg", imageAlt: "Signature lavender latte with floral notes"}, + { id: "2", name: "Espresso Macchiato", price: "Specialty", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-coffee-with_23-2149600721.jpg", imageAlt: "Perfect espresso macchiato with silky milk"}, + { id: "3", name: "Cortado", price: "Specialty", imageSrc: "http://img.b2bpic.net/free-photo/front-view-coffee-glass_23-2148453633.jpg", imageAlt: "Balanced cortado coffee drink"}, + { id: "4", name: "Butter Croissant", price: "Pastry", imageSrc: "http://img.b2bpic.net/free-photo/delicious-french-breakfast-with-croissant_23-2150408549.jpg", imageAlt: "Flaky artisan butter croissant"}, ]} gridVariant="four-items-2x2-equal-grid" animationType="slide-up" @@ -114,36 +104,6 @@ export default function LandingPage() { /> -
- -
-