|
|
|
@@ -10,7 +10,7 @@ import TestimonialCardSixteen from '@/components/sections/testimonial/Testimonia
|
|
|
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
|
|
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
|
|
|
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
|
|
|
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
|
|
|
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
|
|
|
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
|
|
|
import { Phone } from 'lucide-react';
|
|
|
|
import { Phone, Users } from 'lucide-react';
|
|
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
export default function LandingPage() {
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
@@ -44,15 +44,17 @@ export default function LandingPage() {
|
|
|
|
<HeroOverlay
|
|
|
|
<HeroOverlay
|
|
|
|
title="Fresh Groceries at the Best Local Prices"
|
|
|
|
title="Fresh Groceries at the Best Local Prices"
|
|
|
|
description="Quality produce, affordable prices, and same-day delivery right to your doorstep. Serving your neighborhood with fresh vegetables, grains, dairy, and household essentials."
|
|
|
|
description="Quality produce, affordable prices, and same-day delivery right to your doorstep. Serving your neighborhood with fresh vegetables, grains, dairy, and household essentials."
|
|
|
|
tag="Now Open"
|
|
|
|
tag="Serving 50k+ Happy Customers"
|
|
|
|
|
|
|
|
tagIcon={Users}
|
|
|
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/photo-vegetables-supermarket-photo-your-advertising_185193-110549.jpg"
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/photo-vegetables-supermarket-photo-your-advertising_185193-110549.jpg"
|
|
|
|
imageAlt="Fresh grocery store display with colorful vegetables and produce"
|
|
|
|
imageAlt="Fresh grocery store display with colorful vegetables and produce"
|
|
|
|
textPosition="bottom-left"
|
|
|
|
textPosition="bottom-left"
|
|
|
|
showBlur={true}
|
|
|
|
showBlur={true}
|
|
|
|
showDimOverlay={true}
|
|
|
|
showDimOverlay={true}
|
|
|
|
buttons={[
|
|
|
|
buttons={[
|
|
|
|
{ text: "Call Now: +91 XXXX-XXXX", href: "tel:+919999999999" },
|
|
|
|
{ text: "Order Fresh Groceries Now", href: "tel:+919999999999" },
|
|
|
|
{ text: "WhatsApp Order", href: "https://wa.me/919999999999" }
|
|
|
|
{ text: "Same-Day Delivery", href: "https://wa.me/919999999999" }
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
@@ -241,4 +243,4 @@ export default function LandingPage() {
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</ThemeProvider>
|
|
|
|
</ThemeProvider>
|
|
|
|
);
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|