Update src/pages/HomePage.tsx
This commit is contained in:
@@ -11,230 +11,118 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
export default function HomePage() {
|
||||
return (
|
||||
<>
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroBrand
|
||||
brand="GiftHouse Restaurant & Bakery"
|
||||
description="Authentic flavors, masterful baking, and an unforgettable dining experience in the heart of Lagos. Serving joy, one plate at a time."
|
||||
primaryButton={{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/event-hall-wooden-table-with-rustic-chairs_114579-2233.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
brand="GiftHouse Restaurant & Bakery"
|
||||
description="Authentic flavors, masterful baking, and an unforgettable dining experience in the heart of Lagos. Serving joy, one plate at a time."
|
||||
primaryButton={{ text: "View Menu", href: "#menu" }}
|
||||
secondaryButton={{ text: "Contact Us", href: "#contact" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/event-hall-wooden-table-with-rustic-chairs_114579-2233.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<AboutMediaOverlay
|
||||
tag="Our Story"
|
||||
title="Crafting Memories Through Food"
|
||||
description="At GiftHouse, we blend traditional culinary passion with modern artistry. From our daily baked loaves and signature birthday cakes to our rich Fishermans Soup and Jollof specialties, every item on our menu is prepared with love and premium ingredients."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cook-pouring-sauce-big-plate-with-salad_23-2148040165.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Our Story"
|
||||
title="Crafting Memories Through Food"
|
||||
description="At GiftHouse, we blend traditional culinary passion with modern artistry. From our daily baked loaves and signature birthday cakes to our rich Fishermans Soup and Jollof specialties, every item on our menu is prepared with love and premium ingredients."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cook-pouring-sauce-big-plate-with-salad_23-2148040165.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<SectionErrorBoundary name="menu">
|
||||
<div id="menu" data-section="menu">
|
||||
<SectionErrorBoundary name="menu">
|
||||
<FeaturesArrowCards
|
||||
tag="Signature Offerings"
|
||||
title="Explore Our Highlights"
|
||||
description="Hand-picked delights from our kitchen and bakery."
|
||||
items={[
|
||||
{
|
||||
title: "Wedding & Party Cakes",
|
||||
tags: [
|
||||
"Bespoke",
|
||||
"Celebration",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wedding-cake-with-paniculata-decoration-mr-mrs-topper_24972-175.jpg",
|
||||
},
|
||||
{
|
||||
title: "Traditional Soups",
|
||||
tags: [
|
||||
"Authentic",
|
||||
"Fresh",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salsa-topped-with-cheese-cilantro_23-2148181598.jpg",
|
||||
},
|
||||
{
|
||||
title: "Artisanal Bakery",
|
||||
tags: [
|
||||
"Daily-Baked",
|
||||
"Fresh",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cake-slices-black_114579-18458.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Signature Offerings"
|
||||
title="Explore Our Highlights"
|
||||
description="Hand-picked delights from our kitchen and bakery."
|
||||
items={[
|
||||
{ title: "Wedding & Party Cakes", tags: ["Bespoke", "Celebration"], imageSrc: "http://img.b2bpic.net/free-photo/wedding-cake-with-paniculata-decoration-mr-mrs-topper_24972-175.jpg" },
|
||||
{ title: "Traditional Soups", tags: ["Authentic", "Fresh"], imageSrc: "http://img.b2bpic.net/free-photo/salsa-topped-with-cheese-cilantro_23-2148181598.jpg" },
|
||||
{ title: "Artisanal Bakery", tags: ["Daily-Baked", "Fresh"], imageSrc: "http://img.b2bpic.net/free-photo/cake-slices-black_114579-18458.jpg" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="all-items" data-section="all-items">
|
||||
<SectionErrorBoundary name="all-items">
|
||||
<div id="all-items" data-section="all-items">
|
||||
<SectionErrorBoundary name="all-items">
|
||||
<FeaturesRevealCardsBento
|
||||
tag="The Collection"
|
||||
title="Everything on Our Menu"
|
||||
description="From savory lunch options to exquisite sweet treats."
|
||||
items={[
|
||||
{
|
||||
title: "Graduation Cakes",
|
||||
description: "Custom designs for your achievements.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creamy-cake-topped-with-sliced-pear_140725-2731.jpg",
|
||||
},
|
||||
{
|
||||
title: "Jam Doughnuts",
|
||||
description: "Classic sweet treats, perfectly fried.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-donuts-with-sugar-cream-black-table_181624-24664.jpg",
|
||||
},
|
||||
{
|
||||
title: "Spicy Rice & Chicken",
|
||||
description: "Our signature main course favorite.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-fresh-vegetable-chicken-salad-white-plate-wood-table-delicious-salad_114579-113.jpg",
|
||||
},
|
||||
{
|
||||
title: "Mixed Cupcakes",
|
||||
description: "Various flavors with whipped cream.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-sweet-cupcakes_23-2147779149.jpg",
|
||||
},
|
||||
{
|
||||
title: "Veggie Spaghetti",
|
||||
description: "Stir-fried for a healthy flavor.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-meal-blue-plate-high-angle-view_176474-3630.jpg",
|
||||
},
|
||||
{
|
||||
title: "Mini Breadloaves",
|
||||
description: "Fresh, soft, and perfect for any meal.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-freshly-baked-rusty-crusty-home-made-bread_181624-44916.jpg",
|
||||
},
|
||||
{
|
||||
title: "Yam Porridge",
|
||||
description: "Garnished with fresh Uzuza leaves.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mangal-salad-table_140725-9864.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="The Collection"
|
||||
title="Everything on Our Menu"
|
||||
description="From savory lunch options to exquisite sweet treats."
|
||||
items={[
|
||||
{ title: "Graduation Cakes", description: "Custom designs for your achievements.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/creamy-cake-topped-with-sliced-pear_140725-2731.jpg" },
|
||||
{ title: "Jam Doughnuts", description: "Classic sweet treats, perfectly fried.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/fried-donuts-with-sugar-cream-black-table_181624-24664.jpg" },
|
||||
{ title: "Spicy Rice & Chicken", description: "Our signature main course favorite.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-fresh-vegetable-chicken-salad-white-plate-wood-table-delicious-salad_114579-113.jpg" },
|
||||
{ title: "Mixed Cupcakes", description: "Various flavors with whipped cream.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-sweet-cupcakes_23-2147779149.jpg" },
|
||||
{ title: "Veggie Spaghetti", description: "Stir-fried for a healthy flavor.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/delicious-meal-blue-plate-high-angle-view_176474-3630.jpg" },
|
||||
{ title: "Mini Breadloaves", description: "Fresh, soft, and perfect for any meal.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/closeup-freshly-baked-rusty-crusty-home-made-bread_181624-44916.jpg" },
|
||||
{ title: "Yam Porridge", description: "Garnished with fresh Uzuza leaves.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/mangal-salad-table_140725-9864.jpg" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<SectionErrorBoundary name="metrics">
|
||||
<div id="metrics" data-section="metrics">
|
||||
<SectionErrorBoundary name="metrics">
|
||||
<MetricsMediaCards
|
||||
tag="Our Presence"
|
||||
title="Serving Our Community"
|
||||
description="We are proud to be a favorite local destination."
|
||||
metrics={[
|
||||
{
|
||||
value: "24/7",
|
||||
title: "Always Open",
|
||||
description: "Ready to serve whenever cravings strike.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-young-businessman-eating-croissant-while-sitting-outdoor-cafe_637285-10394.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Our Presence"
|
||||
title="Serving Our Community"
|
||||
description="We are proud to be a favorite local destination."
|
||||
metrics={[
|
||||
{ value: "24/7", title: "Always Open", description: "Ready to serve whenever cravings strike.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-young-businessman-eating-croissant-while-sitting-outdoor-cafe_637285-10394.jpg" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="reviews" data-section="reviews">
|
||||
<SectionErrorBoundary name="reviews">
|
||||
<div id="reviews" data-section="reviews">
|
||||
<SectionErrorBoundary name="reviews">
|
||||
<TestimonialOverlayCards
|
||||
tag="Testimonials"
|
||||
title="What Our Customers Say"
|
||||
description="Delivering excellence one bite at a time."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah J.",
|
||||
role: "Foodie",
|
||||
company: "Lagos Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-adorable-blue-eyed-female-model-with-hair-knot-wears-overalls-enjoys-drinking-fruit-smoothie-looks-happily-somewhere-while-sits-cozy-restaurant-beautiful-teenage-girl-coffee-shop_273609-3038.jpg",
|
||||
},
|
||||
{
|
||||
name: "Michael O.",
|
||||
role: "Regular",
|
||||
company: "Frequent Guest",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-woman-holding-menu_23-2149366415.jpg",
|
||||
},
|
||||
{
|
||||
name: "Emily R.",
|
||||
role: "Corporate Client",
|
||||
company: "Office Lunch",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-holding-glass_23-2148899014.jpg",
|
||||
},
|
||||
{
|
||||
name: "David K.",
|
||||
role: "Event Planner",
|
||||
company: "Birthday Events",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-family-enjoying-christmas-lunch-dining-table_637285-13021.jpg",
|
||||
},
|
||||
{
|
||||
name: "Amaka B.",
|
||||
role: "Food Blogger",
|
||||
company: "Lagos Eats",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Testimonials"
|
||||
title="What Our Customers Say"
|
||||
description="Delivering excellence one bite at a time."
|
||||
testimonials={[
|
||||
{ name: "Sarah J.", role: "Foodie", company: "Lagos Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-adorable-blue-eyed-female-model-with-hair-knot-wears-overalls-enjoys-drinking-fruit-smoothie-looks-happily-somewhere-while-sits-cozy-restaurant-beautiful-teenage-girl-coffee-shop_273609-3038.jpg" },
|
||||
{ name: "Michael O.", role: "Regular", company: "Frequent Guest", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-woman-holding-menu_23-2149366415.jpg" },
|
||||
{ name: "Emily R.", role: "Corporate Client", company: "Office Lunch", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-holding-glass_23-2148899014.jpg" },
|
||||
{ name: "David K.", role: "Event Planner", company: "Birthday Events", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-family-enjoying-christmas-lunch-dining-table_637285-13021.jpg" },
|
||||
{ name: "Amaka B.", role: "Food Blogger", company: "Lagos Eats", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<FaqSimple
|
||||
tag="Support"
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about our menu, services, and opening hours."
|
||||
items={[
|
||||
{
|
||||
question: "Are you open 24 hours?",
|
||||
answer: "Yes, we are open 24 hours to serve you delicious meals anytime.",
|
||||
},
|
||||
{
|
||||
question: "Do you offer vegan options?",
|
||||
answer: "Yes, we have a selection of vegan-friendly dishes on our menu.",
|
||||
},
|
||||
{
|
||||
question: "Can I order custom cakes?",
|
||||
answer: "Absolutely! We specialize in custom cakes for birthdays, weddings, and graduations.",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Support"
|
||||
title="Frequently Asked Questions"
|
||||
description="Answers to our most common queries."
|
||||
items={[
|
||||
{ question: "Are you open 24 hours?", answer: "Yes, we are open 24 hours to serve you delicious meals anytime." },
|
||||
{ question: "Do you offer vegan options?", answer: "Yes, we have a selection of vegan-friendly dishes on our menu." },
|
||||
{ question: "Can I order custom cakes?", answer: "Absolutely! We specialize in custom cakes for birthdays, weddings, and graduations." }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<ContactCta
|
||||
tag="Visit Us"
|
||||
text="Ready to enjoy the best meal in Lagos? Visit us today or call for reservations."
|
||||
primaryButton={{
|
||||
text: "Call 0803 307 7207",
|
||||
href: "tel:+2348033077207",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Get Directions",
|
||||
href: "https://maps.google.com",
|
||||
}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Visit Us"
|
||||
text="Ready to enjoy the best meal in Lagos? Visit us today or call for reservations."
|
||||
primaryButton={{ text: "Call 0803 307 7207", href: "tel:+2348033077207" }}
|
||||
secondaryButton={{ text: "Get Directions", href: "https://maps.google.com" }}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user