Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="noiseDiagonalGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -44,14 +44,14 @@ export default function LandingPage() {
|
||||
<HeroBillboard
|
||||
title="Your Trusted Neighborhood Grocery Store in Sowri Palayam"
|
||||
description="Fresh essentials, honest prices, friendly service. Quality groceries delivered to your doorstep or visit us today."
|
||||
background={{ variant: "noiseDiagonalGradient" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="5.0 Rating"
|
||||
tagIcon={Star}
|
||||
buttons={[
|
||||
{ text: "📞 Call Now", href: "tel:+91-XXXXXXXXXX" },
|
||||
{ text: "💬 Order on WhatsApp", href: "https://wa.me/91XXXXXXXXXX" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bio-food-shop-vendor-helps-man-with-info_482257-76600.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bio-food-shop-vendor-helps-man-with-info_482257-76600.jpg"
|
||||
imageAlt="Nellai Stores SVK Maligai storefront"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -99,7 +99,7 @@ export default function LandingPage() {
|
||||
description="Nellai Stores SVK Maligai"
|
||||
subdescription="Serving Sowri Palayam with integrity and care"
|
||||
icon={Heart}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bio-food-shop-vendor-helps-man-with-info_482257-76600.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bio-food-shop-vendor-helps-man-with-info_482257-76600.jpg"
|
||||
imageAlt="Nellai Stores community service"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -112,16 +112,16 @@ export default function LandingPage() {
|
||||
description="Trusted by families and professionals in Sowri Palayam. Read their experiences."
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", title: "Always Fresh, Always Reliable", quote: "We've been buying from Nellai Stores for years. The quality never disappoints and the staff is always helpful. Perfect for our monthly bulk grocery needs.", name: "Ramesh CG", role: "Family Customer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Ramesh CG"
|
||||
id: "1", title: "Always Fresh, Always Reliable", quote: "We've been buying from Nellai Stores for years. The quality never disappoints and the staff is always helpful. Perfect for our monthly bulk grocery needs.", name: "Ramesh CG", role: "Family Customer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Ramesh CG"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Quick WhatsApp Orders – So Convenient!", quote: "As a working professional, I don't have time to visit stores. Nellai Stores delivers within hours. Their response time is amazing!", name: "Vasudevan Chidambaram", role: "Working Professional", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Vasudevan Chidambaram"
|
||||
id: "2", title: "Quick WhatsApp Orders – So Convenient!", quote: "As a working professional, I don't have time to visit stores. Nellai Stores delivers within hours. Their response time is amazing!", name: "Vasudevan Chidambaram", role: "Working Professional", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Vasudevan Chidambaram"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Fair Prices, Honest Service", quote: "Unlike big supermarkets, Nellai Stores gives personal attention. They remember what we buy and sometimes suggest better deals. That's real customer care!", name: "Priya Sharma", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=3", imageAlt: "Priya Sharma"
|
||||
id: "3", title: "Fair Prices, Honest Service", quote: "Unlike big supermarkets, Nellai Stores gives personal attention. They remember what we buy and sometimes suggest better deals. That's real customer care!", name: "Priya Sharma", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Priya Sharma"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Delivery to My Doorstep!", quote: "Elderly customers like me appreciate the home delivery service. Fresh groceries without the hassle of visiting the store. Highly recommended!", name: "Mrs. Anjali Nair", role: "Senior Customer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=4", imageAlt: "Mrs. Anjali Nair"
|
||||
id: "4", title: "Delivery to My Doorstep!", quote: "Elderly customers like me appreciate the home delivery service. Fresh groceries without the hassle of visiting the store. Highly recommended!", name: "Mrs. Anjali Nair", role: "Senior Customer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Mrs. Anjali Nair"
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user