diff --git a/src/app/page.tsx b/src/app/page.tsx index d3d5d84..16f205e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Building, Clock, Coffee } from "lucide-react"; +import { Building, Clock, Coffee, Wheelchair, MapPin, Phone } from "lucide-react"; export default function LandingPage() { return ( @@ -92,35 +92,29 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Googie Architecture", description: "Unique umbrella-inspired design dating back to the 60s.", icon: Building, + title: "Retro Atmosphere", description: "Classic 1960s Googie architecture combined with warm, nostalgic diner aesthetics.", icon: Building, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-modern-skyscrapers-office-buildings_23-2148836766.jpg?_wi=1"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-modern-skyscrapers-office-buildings_23-2148836766.jpg?_wi=2"}, + { imageSrc: "http://img.b2bpic.net/free-photo/vintage-diner-interior-style_501050-571.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/diner-booth-style-lighting_501050-572.jpg" }, ], }, { - title: "Comfort Atmosphere", description: "Homey, retro vibes that make every meal feel special.", icon: Coffee, + title: "Accessibility", description: "Fully accessible dining areas with easy entry for all guests and wheelchairs.", icon: Wheelchair, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629584.jpg?_wi=1"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629584.jpg?_wi=2"}, + { imageSrc: "http://img.b2bpic.net/free-photo/wheelchair-accessible-pathway_501050-573.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/accessible-seating-area_501050-574.jpg" }, ], }, { - title: "Quick Service", description: "Fast drive-up or walk-up service for your convenience.", icon: Clock, + title: "Late Night Hours", description: "Serving you well past the sunset with our classic menu available late into the night.", icon: Clock, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-products_23-2149148475.jpg?_wi=1"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-products_23-2149148475.jpg?_wi=2"}, + { imageSrc: "http://img.b2bpic.net/free-photo/night-cafe-lights_501050-575.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/night-street-view-diner_501050-576.jpg" }, ], }, ]} - title="Why Brolly Hut?" - description="More than just food, it's an experience." + title="Diner Experience" + description="Authentic Inglewood comfort at your convenience." /> @@ -128,16 +122,9 @@ export default function LandingPage() { @@ -167,21 +151,15 @@ export default function LandingPage() { ); -} +} \ No newline at end of file