Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c618e8e76d | |||
| 925b344772 |
@@ -9,6 +9,7 @@ import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
|||||||
import ContactText from '@/components/sections/contact/ContactText';
|
import ContactText from '@/components/sections/contact/ContactText';
|
||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
|
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -167,6 +168,40 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="feature" data-section="feature">
|
||||||
|
<FeatureCardOne
|
||||||
|
features={[
|
||||||
|
{
|
||||||
|
title: "Fresh Ingredients",
|
||||||
|
description: "We source the freshest ingredients from local farmers to ensure every dish is bursting with flavor.",
|
||||||
|
imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Crafted Cuisine",
|
||||||
|
description: "Our chefs are passionate about crafting each dish with care, using traditional techniques and modern flavors.",
|
||||||
|
imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Warm Ambiance",
|
||||||
|
description: "Experience the cozy and inviting atmosphere of Buona Tavola, perfect for any occasion.",
|
||||||
|
imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Dine in Style",
|
||||||
|
description: "Our elegant dining room offers a sophisticated setting for a memorable meal with friends and family.",
|
||||||
|
imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80",
|
||||||
|
},
|
||||||
|
]}
|
||||||
|
carouselMode="buttons"
|
||||||
|
gridVariant="three"
|
||||||
|
animationType="slide"
|
||||||
|
title="Why Choose Buona Tavola?"
|
||||||
|
description="Discover the reasons behind our reputation for excellence in dining."
|
||||||
|
textboxLayout="left"
|
||||||
|
useInvertedBackground="none"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBase
|
<FooterBase
|
||||||
logoText="Buona Tavola"
|
logoText="Buona Tavola"
|
||||||
|
|||||||
Reference in New Issue
Block a user