Compare commits
22 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| da114ef26d | |||
| 7f8c6336b1 | |||
| 03eb99a64b | |||
| 990a354233 | |||
| 88d6f5b2a2 | |||
| fd15076889 | |||
| a0f45d0dd1 | |||
| 7dba876fc6 | |||
| c925b59c66 | |||
| b5b3dbf6c2 | |||
| 364ae55d05 | |||
| d638d70e57 | |||
| 29713419c8 | |||
| 09c927fb63 | |||
| a978cae3cd | |||
| c386cd542a | |||
| d5a5ea2f4c | |||
| de5750bb9d | |||
| 2a46c63874 | |||
| 3c10d58385 | |||
| ecac382228 | |||
| 3eadb41848 |
@@ -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 HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
|
import HeroLogoLayout from '@/components/sections/hero/HeroLogoLayout/HeroLogoLayout';
|
||||||
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,27 +39,16 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitTestimonial
|
<HeroLogoLayout
|
||||||
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" }}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-fork-with-pasta-with-tomato-sauce-parmesan-cheese_140725-12887.jpg?id=8516493"
|
logoSrc="http://img.b2bpic.net/free-photo/side-view-fork-with-pasta-with-tomato-sauce-parmesan-cheese_140725-12887.jpg?id=8516493"
|
||||||
imageAlt="Fresh homemade Italian pasta"
|
logoAlt="Trattoria Logo"
|
||||||
imagePosition="right"
|
logoAnimation="blur-reveal"
|
||||||
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