Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5c4a75c1d1 | |||
| 727e99123a |
@@ -3,7 +3,7 @@
|
|||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||||
import MediaSplitTabsAbout from '@/components/sections/about/MediaSplitTabsAbout';
|
import TextAbout from '@/components/sections/about/TextAbout';
|
||||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||||
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
|
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
|
||||||
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
|||||||
background={{ variant: "sparkles-gradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
tag="Fine Dining"
|
tag="Fine Dining"
|
||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
imageSrc="https://img.b2bpic.net/free-photo/spaghetti-with-meat-creamy-sauce-garnished-with-grated-parmesan_141793-1829.jpg"
|
imageSrc="https://img.b2bpic.net/premium-photo/tasted-famous-italian-food_119101-260.jpg?id=6608694"
|
||||||
imageAlt="Elegant Italian restaurant dining room"
|
imageAlt="Elegant Italian restaurant dining room"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Reserve Now", href: "contact" },
|
{ text: "Reserve Now", href: "contact" },
|
||||||
@@ -58,24 +58,12 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<MediaSplitTabsAbout
|
<TextAbout
|
||||||
title="Our Story"
|
title="At Bella Italia, we honor the rich culinary traditions of Italy while celebrating the art of fine dining. Every dish tells a story of tradition, craftsmanship, and love for food."
|
||||||
description="At Bella Italia, we honor the rich culinary traditions of Italy while celebrating the art of fine dining."
|
|
||||||
tabs={[
|
|
||||||
{
|
|
||||||
id: "heritage", label: "Heritage", description: "Our restaurant is built on a foundation of authentic Italian recipes passed down through generations. Every dish tells a story of tradition, craftsmanship, and love for food."
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "ingredients", label: "Ingredients", description: "We source only the finest ingredients directly from Italian suppliers. From San Marzano tomatoes to fresh mozzarella di bufala, quality is our commitment."
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "chef", label: "Our Chef", description: "Chef Marco has over 20 years of experience in Tuscan cuisine. His passion for authentic Italian cooking brings each dish to life with precision and artistry."
|
|
||||||
}
|
|
||||||
]}
|
|
||||||
imageSrc="https://img.b2bpic.net/free-photo/man-chef-cooking-asian-chicken-cafe-kitchen_1303-32155.jpg"
|
|
||||||
imageAlt="Chef Marco in the kitchen"
|
|
||||||
imagePosition="right"
|
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="invertDefault"
|
||||||
|
buttons={[
|
||||||
|
{ text: "Learn More", href: "#" }
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user