From 494bf5a5c06bf831ec7d1dc3267eb565245f26dc Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 03:22:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 231 ++++++++--------------------------------------- 1 file changed, 39 insertions(+), 192 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d37e6f7..873c62a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Coffee, Sun, Waves } from "lucide-react"; +import { Coffee, Sun, Waves, Leaf } from "lucide-react"; export default function LandingPage() { return ( @@ -31,61 +31,28 @@ export default function LandingPage() {
@@ -99,7 +66,7 @@ export default function LandingPage() { description="Nestled in the heart of Meadview, BoatHouse Cafe and Grille offers a unique escape where fresh, seasonal ingredients meet the tranquil beauty of the lakefront." subdescription="Whether you are stopping in for a relaxed lunch after sightseeing or a sophisticated dinner with loved ones, we promise a dining experience as refreshing as the view." icon={Coffee} - imageSrc="http://img.b2bpic.net/free-photo/white-nature-hotel-travel-beautiful_1203-4841.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/white-nature-hotel-travel-beautiful_1203-4841.jpg" mediaAnimation="blur-reveal" imageAlt="Cozy cafe interior warm decor" /> @@ -112,30 +79,15 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Scenic Atmosphere", - description: "Unmatched panoramic views of the water paired with elegant, rustic decor.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/chair-table-terrace-restaurant-with-sea-view_1339-7119.jpg", - imageAlt: "Waterfront cafe exterior serene", - }, + title: "Scenic Atmosphere", description: "Unmatched panoramic views of the water paired with elegant, rustic decor.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/chair-table-terrace-restaurant-with-sea-view_1339-7119.jpg", imageAlt: "Waterfront cafe exterior serene"}, items: [ - { - icon: Waves, - text: "Tranquil lakefront seating", - }, - { - icon: Sun, - text: "Beautiful sunset views", - }, - { - icon: Trees, - text: "Natural serene environment", - }, + { icon: Waves, text: "Tranquil lakefront seating" }, + { icon: Sun, text: "Beautiful sunset views" }, + { icon: Leaf, text: "Natural serene environment" }, ], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/lake-house_649448-539.jpg?_wi=2", - imageAlt: "waterfront cafe exterior serene", - }, + reverse: false + } ]} title="Why Visit Us" description="We blend quality, comfort, and character to ensure every guest feels at home by the water." @@ -149,42 +101,12 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} products={[ - { - id: "1", - name: "Signature Garden Salad", - price: "$14", - imageSrc: "http://img.b2bpic.net/free-photo/salmon-slices-with-cheese-herbs-tomato_140725-44292.jpg?_wi=1", - }, - { - id: "2", - name: "Grilled Lake Trout", - price: "$28", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-salmon-with-vegetables-lemon-soy-sauce-plate-wooden-table_141793-8433.jpg", - }, - { - id: "3", - name: "BoatHouse Craft Burger", - price: "$18", - imageSrc: "http://img.b2bpic.net/free-photo/burger-with-meat-white-fried-cheese_140725-2355.jpg", - }, - { - id: "4", - name: "Chocolate Lava Cake", - price: "$10", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-eclairs-oval-plate-dried-flower-branch-cinnamon-dried-oranges-leaves-notebook-vertical-row-tarts-dark-wooden-table_140725-90840.jpg", - }, - { - id: "5", - name: "Fresh Roast Coffee", - price: "$5", - imageSrc: "http://img.b2bpic.net/free-photo/cup-hot-coffee-with-dessert_140725-2248.jpg", - }, - { - id: "6", - name: "Traditional Pasta", - price: "$22", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-large-tube-pasta-with-chicken-cherry-tomato-with-chopped-parsley_141793-1840.jpg", - }, + { id: "1", name: "Signature Garden Salad", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/salmon-slices-with-cheese-herbs-tomato_140725-44292.jpg" }, + { id: "2", name: "Grilled Lake Trout", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-salmon-with-vegetables-lemon-soy-sauce-plate-wooden-table_141793-8433.jpg" }, + { id: "3", name: "BoatHouse Craft Burger", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/burger-with-meat-white-fried-cheese_140725-2355.jpg" }, + { id: "4", name: "Chocolate Lava Cake", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-eclairs-oval-plate-dried-flower-branch-cinnamon-dried-oranges-leaves-notebook-vertical-row-tarts-dark-wooden-table_140725-90840.jpg" }, + { id: "5", name: "Fresh Roast Coffee", price: "$5", imageSrc: "http://img.b2bpic.net/free-photo/cup-hot-coffee-with-dessert_140725-2248.jpg" }, + { id: "6", name: "Traditional Pasta", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/close-up-large-tube-pasta-with-chicken-cherry-tomato-with-chopped-parsley_141793-1840.jpg" } ]} title="Signature Menu" description="Freshly prepared flavors curated for our guests." @@ -196,61 +118,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { - id: "1", - name: "Alice M.", - date: "Oct 2023", - title: "Great Food & View", - quote: "The trout was perfection, and you can't beat the view at sunset.", - tag: "Regular", - avatarSrc: "http://img.b2bpic.net/free-photo/smiling-happy-girl-holding-mobile-phone_171337-9727.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/lake-house_649448-539.jpg?_wi=3", - imageAlt: "happy customer dining waterfront", - }, - { - id: "2", - name: "Mark D.", - date: "Sep 2023", - title: "Perfect Family Lunch", - quote: "Friendly staff, excellent burgers, and perfect for families.", - tag: "Family", - avatarSrc: "http://img.b2bpic.net/free-photo/young-smiling-brunette-bearded-businessman-with-glass-red-wine-happily-talking-cellphone-restaurant-outdoor_574295-1297.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/business-lunch-consisting-soup-salad-main-course_140725-9349.jpg?_wi=2", - imageAlt: "happy customer dining waterfront", - }, - { - id: "3", - name: "Sarah R.", - date: "Aug 2023", - title: "Relaxing Oasis", - quote: "A hidden gem. I come here just to relax with a coffee.", - tag: "Local", - avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-charming-woman-is-stirring-coffee-outdoor-cafe-thinking_231208-13170.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-tables-chairs_1232-2168.jpg?_wi=2", - imageAlt: "happy customer dining waterfront", - }, - { - id: "4", - name: "Jason T.", - date: "Jul 2023", - title: "Sophisticated Dinner", - quote: "Excellent wine and seafood. A wonderful place for a date night.", - tag: "Visitor", - avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-friends-restaurant_23-2149930130.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/white-nature-hotel-travel-beautiful_1203-4841.jpg?_wi=2", - imageAlt: "happy customer dining waterfront", - }, - { - id: "5", - name: "Emma L.", - date: "Jun 2023", - title: "Fresh & Delicious", - quote: "Everything we ordered was fresh and tasty. We will be back!", - tag: "Regular", - avatarSrc: "http://img.b2bpic.net/free-photo/woman-cafe-having-coffee-talking-phone_1303-10748.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/salmon-slices-with-cheese-herbs-tomato_140725-44292.jpg?_wi=2", - imageAlt: "happy customer dining waterfront", - }, + { id: "1", name: "Alice M.", date: "Oct 2023", title: "Great Food & View", quote: "The trout was perfection, and you can't beat the view at sunset.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-happy-girl-holding-mobile-phone_171337-9727.jpg", imageSrc: "http://img.b2bpic.net/free-photo/lake-house_649448-539.jpg" }, + { id: "2", name: "Mark D.", date: "Sep 2023", title: "Perfect Family Lunch", quote: "Friendly staff, excellent burgers, and perfect for families.", tag: "Family", avatarSrc: "http://img.b2bpic.net/free-photo/young-smiling-brunette-bearded-businessman-with-glass-red-wine-happily-talking-cellphone-restaurant-outdoor_574295-1297.jpg", imageSrc: "http://img.b2bpic.net/free-photo/business-lunch-consisting-soup-salad-main-course_140725-9349.jpg" }, + { id: "3", name: "Sarah R.", date: "Aug 2023", title: "Relaxing Oasis", quote: "A hidden gem. I come here just to relax with a coffee.", tag: "Local", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-charming-woman-is-stirring-coffee-outdoor-cafe-thinking_231208-13170.jpg", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-tables-chairs_1232-2168.jpg" }, + { id: "4", name: "Jason T.", date: "Jul 2023", title: "Sophisticated Dinner", quote: "Excellent wine and seafood. A wonderful place for a date night.", tag: "Visitor", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-friends-restaurant_23-2149930130.jpg", imageSrc: "http://img.b2bpic.net/free-photo/white-nature-hotel-travel-beautiful_1203-4841.jpg" }, + { id: "5", name: "Emma L.", date: "Jun 2023", title: "Fresh & Delicious", quote: "Everything we ordered was fresh and tasty. We will be back!", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/woman-cafe-having-coffee-talking-phone_1303-10748.jpg", imageSrc: "http://img.b2bpic.net/free-photo/salmon-slices-with-cheese-herbs-tomato_140725-44292.jpg" } ]} title="Guest Experiences" description="Hear what our wonderful guests have to say about their visit." @@ -262,21 +134,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "1", - title: "Do you accept reservations?", - content: "Yes, we highly recommend making reservations for weekend dining.", - }, - { - id: "2", - title: "Is there parking available?", - content: "Yes, we offer complimentary parking for our guests adjacent to the cafe.", - }, - { - id: "3", - title: "Do you host private events?", - content: "Yes, please contact our events team via email to discuss your gathering.", - }, + { id: "1", title: "Do you accept reservations?", content: "Yes, we highly recommend making reservations for weekend dining." }, + { id: "2", title: "Is there parking available?", content: "Yes, we offer complimentary parking for our guests adjacent to the cafe." }, + { id: "3", title: "Do you host private events?", content: "Yes, please contact our events team via email to discuss your gathering." } ]} title="Common Questions" description="Get quick answers to help plan your dining visit." @@ -287,35 +147,22 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1