|
|
|
|
@@ -8,7 +8,7 @@ import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwe
|
|
|
|
|
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
|
|
|
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
|
|
|
|
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
|
|
|
|
import { Leaf, Star } from 'lucide-react';
|
|
|
|
|
import { Leaf } from 'lucide-react';
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
|
return (
|
|
|
|
|
@@ -51,7 +51,7 @@ export default function LandingPage() {
|
|
|
|
|
{ value: "100%", label: "Fresh Guarantee" },
|
|
|
|
|
{ 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"
|
|
|
|
|
imageAlt="Fresh organic vegetables"
|
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
|
@@ -67,9 +67,7 @@ export default function LandingPage() {
|
|
|
|
|
<ProductCardOne
|
|
|
|
|
title="Fresh Vegetables"
|
|
|
|
|
description="Explore our wide variety of fresh, organic vegetables handpicked for quality and freshness"
|
|
|
|
|
tag="Best Sellers"
|
|
|
|
|
tagIcon={Star}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
tag="Premium Quality"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
@@ -157,7 +155,7 @@ export default function LandingPage() {
|
|
|
|
|
<ContactCenter
|
|
|
|
|
tag="Newsletter"
|
|
|
|
|
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" }}
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
inputPlaceholder="Enter your email address"
|
|
|
|
|
|