Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2ab0c01d34 | |||
| 084d2ef3ec | |||
| 367dd88b8b | |||
| 1ae8f67c6c | |||
| 52026ec1cc | |||
| 2e3788e16f | |||
| f40c6a3284 | |||
| d7147d8619 | |||
| 1433da4dfe | |||
| 4234120bbb | |||
| 951d4ede73 | |||
| a7f20d9c50 | |||
| eb58cebd35 |
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
import HeroLogoLayout from '@/components/sections/hero/HeroLogoLayout/HeroLogoLayout';
|
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
|
||||||
import TextAbout from '@/components/sections/about/TextAbout';
|
import TextAbout from '@/components/sections/about/TextAbout';
|
||||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||||
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
|
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
|
||||||
@@ -39,16 +39,27 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogoLayout
|
<HeroSplitTestimonial
|
||||||
title="What up boys! "
|
title="What up boys! "
|
||||||
description="Savor the flavors of Italy with our carefully crafted dishes made from the finest ingredients. Experience warmth, tradition, and culinary excellence."
|
description="Savor the flavors of Italy with our carefully crafted dishes made from the finest ingredients. Experience warmth, tradition, and culinary excellence."
|
||||||
tag="Welcome"
|
tag="Welcome"
|
||||||
tagIcon={Heart}
|
tagIcon={Heart}
|
||||||
tagAnimation="blur-reveal"
|
tagAnimation="blur-reveal"
|
||||||
background={{ variant: "radial-gradient" }}
|
background={{ variant: "radial-gradient" }}
|
||||||
logoSrc="http://img.b2bpic.net/free-photo/side-view-fork-with-pasta-with-tomato-sauce-parmesan-cheese_140725-12887.jpg?id=8516493"
|
imageSrc="http://img.b2bpic.net/free-photo/side-view-fork-with-pasta-with-tomato-sauce-parmesan-cheese_140725-12887.jpg?id=8516493"
|
||||||
logoAlt="Trattoria Logo"
|
imageAlt="Fresh homemade Italian pasta"
|
||||||
logoAnimation="blur-reveal"
|
imagePosition="right"
|
||||||
|
mediaAnimation="blur-reveal"
|
||||||
|
testimonials={[
|
||||||
|
{
|
||||||
|
name: "Maria Rossi", handle: "Food Critic", testimonial: "The most authentic Italian cuisine I've experienced outside of Italy. Every dish is perfection.", rating: 5,
|
||||||
|
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-business-woman-posing-outdoors_23-2148603023.jpg?_wi=1", imageAlt: "Maria Rossi"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "Giuseppe Ferrari", handle: "Regular Guest", testimonial: "Not just a restaurant, but a journey to Italy. Exceptional service and unforgettable flavors.", rating: 5,
|
||||||
|
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-business-man_23-2148479523.jpg?_wi=1", imageAlt: "Giuseppe Ferrari"
|
||||||
|
}
|
||||||
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Reserve Your Table", href: "#contact" },
|
{ text: "Reserve Your Table", href: "#contact" },
|
||||||
{ text: "View Full Menu", href: "#menu" }
|
{ text: "View Full Menu", href: "#menu" }
|
||||||
|
|||||||
Reference in New Issue
Block a user