Merge version_2 into main #17
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import HeroLogoReveal from '@/components/sections/hero/HeroLogoReveal/HeroLogoReveal';
|
||||
import HeroLogoLayout from '@/components/sections/hero/HeroLogoLayout';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
|
||||
@@ -39,7 +39,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoReveal
|
||||
<HeroLogoLayout
|
||||
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"
|
||||
@@ -47,9 +47,8 @@ export default function LandingPage() {
|
||||
tagAnimation="blur-reveal"
|
||||
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"
|
||||
logoAlt="Fresh homemade Italian pasta"
|
||||
logoPosition="right"
|
||||
mediaAnimation="blur-reveal"
|
||||
logoAlt="Trattoria Logo"
|
||||
logoAnimation="blur-reveal"
|
||||
buttons={[
|
||||
{ text: "Reserve Your Table", href: "#contact" },
|
||||
{ text: "View Full Menu", href: "#menu" }
|
||||
|
||||
Reference in New Issue
Block a user