6 Commits

Author SHA1 Message Date
f6e46b321e Update src/app/page.tsx 2026-03-04 15:41:25 +00:00
4e30770e79 Update src/app/layout.tsx 2026-03-04 15:41:24 +00:00
e25f2cd415 Switch to version 1: modified src/app/page.tsx 2026-03-04 15:30:07 +00:00
f26154218e Switch to version 1: modified src/app/layout.tsx 2026-03-04 15:30:07 +00:00
0cdd1986f0 Merge version_2 into main
Merge version_2 into main
2026-03-04 15:29:18 +00:00
f9375164d4 Merge version_2 into main
Merge version_2 into main
2026-03-04 15:17:21 +00:00
2 changed files with 5 additions and 7 deletions

View File

@@ -5,7 +5,7 @@ import "@/styles/globals.css";
const inter = Inter({ subsets: ["latin"] }); const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Fresh Veggies - Organic Vegetables Delivered", description: "Premium quality organic vegetables sourced directly from local farmers. Get the freshest produce with our smart ordering and delivery system."}; title: "Fresh Veggies - Organic Vegetables Delivered", description: "Get fresh, organic vegetables delivered to your door. 100% fresh guarantee with 24-hour delivery."};
export default function RootLayout({ export default function RootLayout({
children, children,

View File

@@ -8,7 +8,7 @@ import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwe
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import ContactCenter from '@/components/sections/contact/ContactCenter'; import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import { Leaf, Star } from 'lucide-react'; import { Leaf } from 'lucide-react';
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -51,7 +51,7 @@ export default function LandingPage() {
{ value: "100%", label: "Fresh Guarantee" }, { value: "100%", label: "Fresh Guarantee" },
{ value: "50+", label: "Vegetables" } { value: "50+", label: "Vegetables" }
]} ]}
enableKpiAnimation={false} enableKpiAnimation={true}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU3HBr0ASUsLHhY2eo7hi8XLVl/uploaded-1772633293894-1zghgt5r.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AU3HBr0ASUsLHhY2eo7hi8XLVl/uploaded-1772633293894-1zghgt5r.jpg"
imageAlt="Fresh organic vegetables" imageAlt="Fresh organic vegetables"
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -67,9 +67,7 @@ export default function LandingPage() {
<ProductCardOne <ProductCardOne
title="Fresh Vegetables" title="Fresh Vegetables"
description="Explore our wide variety of fresh, organic vegetables handpicked for quality and freshness" description="Explore our wide variety of fresh, organic vegetables handpicked for quality and freshness"
tag="Best Sellers" tag="Premium Quality"
tagIcon={Star}
tagAnimation="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
animationType="slide-up" animationType="slide-up"
@@ -157,7 +155,7 @@ export default function LandingPage() {
<ContactCenter <ContactCenter
tag="Newsletter" tag="Newsletter"
title="Stay Updated with Fresh Deals" title="Stay Updated with Fresh Deals"
description="Subscribe to our newsletter and get exclusive offers on fresh vegetables delivered straight to your inbox every week." description="Get 10% off your first order + weekly deals on seasonal vegetables. Sign up now and start saving!"
background={{ variant: "rotated-rays-animated-grid" }} background={{ variant: "rotated-rays-animated-grid" }}
useInvertedBackground={false} useInvertedBackground={false}
inputPlaceholder="Enter your email address" inputPlaceholder="Enter your email address"