Merge version_2 into main #11
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
|
||||
import HeroLogoReveal from '@/components/sections/hero/HeroLogoReveal';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
|
||||
@@ -39,27 +39,17 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
<HeroLogoReveal
|
||||
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."
|
||||
tag="Welcome"
|
||||
tagIcon={Heart}
|
||||
tagAnimation="blur-reveal"
|
||||
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"
|
||||
imageAlt="Fresh homemade Italian pasta"
|
||||
imagePosition="right"
|
||||
logoSrc="http://img.b2bpic.net/free-photo/side-view-fork-with-pasta-with-tomato-sauce-parmesan-cheese_140725-12887.jpg?id=8516493"
|
||||
logoAlt="Fresh homemade Italian pasta"
|
||||
logoPosition="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={[
|
||||
{ text: "Reserve Your Table", href: "#contact" },
|
||||
{ text: "View Full Menu", href: "#menu" }
|
||||
|
||||
Reference in New Issue
Block a user