7 Commits

Author SHA1 Message Date
6760ed7474 Update src/app/page.tsx 2026-03-09 18:02:23 +00:00
4b2ba42973 Merge version_5 into main
Merge version_5 into main
2026-03-09 17:53:45 +00:00
0d81f5e571 Update src/app/page.tsx 2026-03-09 17:53:39 +00:00
aad6ac6650 Update src/app/layout.tsx 2026-03-09 17:53:38 +00:00
4c53f1a08d Switch to version 1: modified src/app/page.tsx 2026-03-09 17:52:24 +00:00
8352d71eee Switch to version 1: modified src/app/layout.tsx 2026-03-09 17:52:23 +00:00
fa1fac08e8 Merge version_4 into main
Merge version_4 into main
2026-03-09 17:50:23 +00:00

View File

@@ -10,7 +10,7 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterBase from '@/components/sections/footer/FooterBase'; import FooterBase from '@/components/sections/footer/FooterBase';
import { Leaf, Sprout, Truck, Globe, Zap, UtensilsCrossed, Award, Package } from "lucide-react"; import { Leaf, Sprout, Truck, Globe, Zap, UtensilsCrossed, Award, Package, Calendar } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -46,8 +46,8 @@ export default function LandingPage() {
<HeroBillboard <HeroBillboard
title="Fresh Farm-to-Table Pasta, Delivered Daily" title="Fresh Farm-to-Table Pasta, Delivered Daily"
description="Experience authentic Italian tortellini crafted from the finest organic ingredients. From our farm to your table in minutes." description="Experience authentic Italian tortellini crafted from the finest organic ingredients. From our farm to your table in minutes."
tag="Farm Fresh Quality" tag="Monday Delivery Only"
tagIcon={Leaf} tagIcon={Calendar}
tagAnimation="slide-up" tagAnimation="slide-up"
background={{ variant: "plain" }} background={{ variant: "plain" }}
imageSrc="http://img.b2bpic.net/free-photo/arrangement-with-preserved-tomatoes_23-2148606772.jpg" imageSrc="http://img.b2bpic.net/free-photo/arrangement-with-preserved-tomatoes_23-2148606772.jpg"
@@ -55,7 +55,7 @@ export default function LandingPage() {
mediaAnimation="slide-up" mediaAnimation="slide-up"
buttons={[ buttons={[
{ text: "Order Now", href: "#products" }, { text: "Order Now", href: "#products" },
{ text: "Learn More", href: "#about" }, { text: "Browse Menu", href: "#pasta-fresca" },
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
avatars={[ avatars={[