13 Commits

Author SHA1 Message Date
2ab0c01d34 Switch to version 1: modified src/app/page.tsx 2026-03-10 21:39:27 +00:00
084d2ef3ec Merge version_2 into main
Merge version_2 into main
2026-03-10 21:39:04 +00:00
367dd88b8b Merge version_2 into main
Merge version_2 into main
2026-03-10 21:38:12 +00:00
1ae8f67c6c Merge version_2 into main
Merge version_2 into main
2026-03-10 21:37:20 +00:00
52026ec1cc Merge version_2 into main
Merge version_2 into main
2026-03-10 21:36:29 +00:00
2e3788e16f Merge version_2 into main
Merge version_2 into main
2026-03-10 21:35:40 +00:00
f40c6a3284 Merge version_2 into main
Merge version_2 into main
2026-03-10 21:34:53 +00:00
d7147d8619 Merge version_2 into main
Merge version_2 into main
2026-03-10 21:33:59 +00:00
1433da4dfe Merge version_2 into main
Merge version_2 into main
2026-03-10 21:33:08 +00:00
4234120bbb Merge version_2 into main
Merge version_2 into main
2026-03-10 21:32:18 +00:00
951d4ede73 Merge version_2 into main
Merge version_2 into main
2026-03-10 21:31:27 +00:00
a7f20d9c50 Merge version_2 into main
Merge version_2 into main
2026-03-10 21:30:35 +00:00
eb58cebd35 Merge version_2 into main
Merge version_2 into main
2026-03-10 21:29:48 +00:00

View File

@@ -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" }