22 Commits

Author SHA1 Message Date
da114ef26d Update src/app/page.tsx 2026-03-10 21:39:00 +00:00
7f8c6336b1 Update src/app/page.tsx 2026-03-10 21:38:08 +00:00
03eb99a64b Update src/app/page.tsx 2026-03-10 21:37:16 +00:00
990a354233 Update src/app/page.tsx 2026-03-10 21:36:25 +00:00
88d6f5b2a2 Update src/app/page.tsx 2026-03-10 21:35:36 +00:00
fd15076889 Update src/app/page.tsx 2026-03-10 21:34:49 +00:00
a0f45d0dd1 Update src/app/page.tsx 2026-03-10 21:33:55 +00:00
7dba876fc6 Update src/app/page.tsx 2026-03-10 21:33:04 +00:00
c925b59c66 Update src/app/page.tsx 2026-03-10 21:32:14 +00:00
b5b3dbf6c2 Update src/app/page.tsx 2026-03-10 21:31:23 +00:00
364ae55d05 Update src/app/page.tsx 2026-03-10 21:30:31 +00:00
d638d70e57 Update src/app/page.tsx 2026-03-10 21:29:45 +00:00
29713419c8 Merge version_1 into main
Merge version_1 into main
2026-03-10 21:28:56 +00:00
09c927fb63 Merge version_1 into main
Merge version_1 into main
2026-03-10 21:27:41 +00:00
a978cae3cd Merge version_1 into main
Merge version_1 into main
2026-03-10 21:26:54 +00:00
c386cd542a Merge version_1 into main
Merge version_1 into main
2026-03-10 21:26:30 +00:00
d5a5ea2f4c Merge version_1 into main
Merge version_1 into main
2026-03-10 21:26:06 +00:00
de5750bb9d Merge version_1 into main
Merge version_1 into main
2026-03-10 21:24:20 +00:00
2a46c63874 Merge version_1 into main
Merge version_1 into main
2026-03-10 21:24:07 +00:00
3c10d58385 Merge version_1 into main
Merge version_1 into main
2026-03-10 21:23:39 +00:00
ecac382228 Merge version_1 into main
Merge version_1 into main
2026-03-10 21:11:23 +00:00
3eadb41848 Merge version_1 into main
Merge version_1 into main
2026-03-10 21:11:00 +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 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" }