diff --git a/src/app/page.tsx b/src/app/page.tsx index 8a3bdec..0952edd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -39,7 +39,8 @@ export default function LandingPage() { brandName="Taste Haven" navItems={navItems} button={{ - text: "Reserve Now", href: "https://www.opentable.com"}} + text: "Reserve Now", href: "https://www.opentable.com" + }} className="backdrop-blur-md" /> @@ -57,7 +58,7 @@ export default function LandingPage() { { text: "Reserve a Table", href: "#contact" }, { text: "Order Online", href: "https://www.ubereats.com" }, ]} - buttonAnimation="entrance-slide" + buttonAnimation="none" tagAnimation="slide-up" useInvertedBackground={false} /> @@ -68,9 +69,11 @@ export default function LandingPage() { heading={[ { type: "text", content: "We're passionate about serving" }, { - type: "image", src: "http://img.b2bpic.net/free-photo/details-catered-holiday-table-restaurant_8353-9663.jpg", alt: "Cozy restaurant interior"}, + type: "image", src: "http://img.b2bpic.net/free-photo/details-catered-holiday-table-restaurant_8353-9663.jpg", alt: "Cozy restaurant interior" + }, { - type: "text", content: "the finest local meals with exceptional service"}, + type: "text", content: "the finest local meals with exceptional service" + }, ]} buttons={[{ text: "Learn More", href: "#menu" }]} useInvertedBackground={true} @@ -87,30 +90,36 @@ export default function LandingPage() { title: "Fresh Snacks", description: "Light, delicious snacks prepared fresh daily using premium local ingredients. Perfect for a quick bite or sharing with friends.", phoneOne: { imageSrc: - "http://img.b2bpic.net/free-photo/top-view-different-snacks-cips-sausages-cheese-fresh-grapes-light-white-space_140725-76044.jpg?_wi=1"}, + "http://img.b2bpic.net/free-photo/top-view-different-snacks-cips-sausages-cheese-fresh-grapes-light-white-space_140725-76044.jpg" + }, phoneTwo: { imageSrc: - "http://img.b2bpic.net/free-photo/top-view-different-snacks-cips-sausages-cheese-fresh-grapes-light-white-space_140725-76044.jpg?_wi=2"}, + "http://img.b2bpic.net/free-photo/top-view-different-snacks-cips-sausages-cheese-fresh-grapes-light-white-space_140725-76044.jpg" + }, }, { id: 2, title: "Lunch Specials", description: "Energizing lunch options that satisfy your midday cravings. Quick service without compromising on quality and taste.", phoneOne: { imageSrc: - "http://img.b2bpic.net/free-photo/delicious-sandwich-with-sauce-greens-roasted-bell-peppers-glasses-fresh-juice-with-straws_181624-42066.jpg?_wi=1"}, + "http://img.b2bpic.net/free-photo/delicious-sandwich-with-sauce-greens-roasted-bell-peppers-glasses-fresh-juice-with-straws_181624-42066.jpg" + }, phoneTwo: { imageSrc: - "http://img.b2bpic.net/free-photo/delicious-sandwich-with-sauce-greens-roasted-bell-peppers-glasses-fresh-juice-with-straws_181624-42066.jpg?_wi=2"}, + "http://img.b2bpic.net/free-photo/delicious-sandwich-with-sauce-greens-roasted-bell-peppers-glasses-fresh-juice-with-straws_181624-42066.jpg" + }, }, { id: 3, title: "Evening Dinners", description: "Elegant dinner selections perfect for family gatherings and intimate meals with friends. Savor every moment.", phoneOne: { imageSrc: - "http://img.b2bpic.net/free-photo/fish-slices-with-herbs-sliced-lemon_140725-3606.jpg?_wi=1"}, + "http://img.b2bpic.net/free-photo/fish-slices-with-herbs-sliced-lemon_140725-3606.jpg" + }, phoneTwo: { imageSrc: - "http://img.b2bpic.net/free-photo/fish-slices-with-herbs-sliced-lemon_140725-3606.jpg?_wi=2"}, + "http://img.b2bpic.net/free-photo/fish-slices-with-herbs-sliced-lemon_140725-3606.jpg" + }, }, ]} showStepNumbers={true} @@ -127,13 +136,16 @@ export default function LandingPage() { products={[ { id: "1", name: "Chef's Signature Pasta", price: "$14.99", imageSrc: - "http://img.b2bpic.net/free-photo/pasta-creamy-sauce-with-broccoli-grated-parmesan_140725-6762.jpg"}, + "http://img.b2bpic.net/free-photo/pasta-creamy-sauce-with-broccoli-grated-parmesan_140725-6762.jpg" + }, { id: "2", name: "Garden Fresh Salad", price: "$11.99", imageSrc: - "http://img.b2bpic.net/free-photo/top-view-tasty-vegetable-salad-with-cheese-cucumbers-tomatoes-dark-background_179666-17327.jpg"}, + "http://img.b2bpic.net/free-photo/top-view-tasty-vegetable-salad-with-cheese-cucumbers-tomatoes-dark-background_179666-17327.jpg" + }, { id: "3", name: "Grilled Main Course", price: "$18.99", imageSrc: - "http://img.b2bpic.net/free-photo/top-view-delicious-cooked-eggplants-with-rice-bell-pepper-dark-surface-dinner-food-cooking-rice-meal_140725-101698.jpg"}, + "http://img.b2bpic.net/free-photo/top-view-delicious-cooked-eggplants-with-rice-bell-pepper-dark-surface-dinner-food-cooking-rice-meal_140725-101698.jpg" + }, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -150,27 +162,33 @@ export default function LandingPage() { { id: "1", name: "Maria Rodriguez", role: "Local Family", company: "Neighborhood Regular", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/portrait-smiley-woman_23-2149022647.jpg"}, + "http://img.b2bpic.net/free-photo/portrait-smiley-woman_23-2149022647.jpg" + }, { id: "2", name: "James Chen", role: "Food Enthusiast", company: "Community Member", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/cropped-shot-dark-skinned-smiling-young-woman-with-afro-hairstyle-dressed-casual-summer-clothing_273609-3169.jpg"}, + "http://img.b2bpic.net/free-photo/cropped-shot-dark-skinned-smiling-young-woman-with-afro-hairstyle-dressed-casual-summer-clothing_273609-3169.jpg" + }, { id: "3", name: "Sarah Williams", role: "Working Parent", company: "Regular Customer", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/portrait-smiley-woman_23-2149022640.jpg"}, + "http://img.b2bpic.net/free-photo/portrait-smiley-woman_23-2149022640.jpg" + }, { id: "4", name: "David Patel", role: "Restaurant Lover", company: "Local Patron", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/smiling-waiter-having-cup-coffee-counter-cafa_1170-589.jpg"}, + "http://img.b2bpic.net/free-photo/smiling-waiter-having-cup-coffee-counter-cafa_1170-589.jpg" + }, { id: "5", name: "Emily Thompson", role: "Event Organizer", company: "Community Event", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/woman-films-vlog-praising-bio-local-shop_482257-81629.jpg"}, + "http://img.b2bpic.net/free-photo/woman-films-vlog-praising-bio-local-shop_482257-81629.jpg" + }, { id: "6", name: "Marcus Johnson", role: "Food Blogger", company: "Local Influencer", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/portrait-young-beautiful-businesswoman-smiling-workplace-office_176420-6981.jpg"}, + "http://img.b2bpic.net/free-photo/portrait-young-beautiful-businesswoman-smiling-workplace-office_176420-6981.jpg" + }, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -186,7 +204,8 @@ export default function LandingPage() { tag="Community Approved" tagIcon={Award} names={[ - "Local Family Choice", "Quality Award Winner", "Fresh Ingredients Certified", "Community Favorite", "Best Service Award", "Customer Choice", "Neighborhood Trusted"]} + "Local Family Choice", "Quality Award Winner", "Fresh Ingredients Certified", "Community Favorite", "Best Service Award", "Customer Choice", "Neighborhood Trusted" + ]} textboxLayout="default" useInvertedBackground={true} speed={40} @@ -213,9 +232,11 @@ export default function LandingPage() {