Update src/app/page.tsx

This commit is contained in:
2026-03-04 11:55:19 +00:00
parent 9df791b32d
commit 805fa6b28e

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
title="Your Trusted Neighborhood Supermarket in Ballouneh"
description="Fresh products. Great prices. Friendly service. Every day."
tag="Since Day One"
imageSrc="http://img.b2bpic.net/free-photo/shopping-woman-looking-shelves-supermarket-with-shopping-cart-portrait-young-girl-market-store-fruits-vegetables-section_627829-6362.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/shopping-woman-looking-shelves-supermarket-with-shopping-cart-portrait-young-girl-market-store-fruits-vegetables-section_627829-6362.jpg"
imageAlt="Trust Supermarket storefront and interior"
textPosition="bottom-left"
showBlur={true}
@@ -84,7 +84,7 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Fresh Fruits & Vegetables", description: "Daily fresh produce sourced locally and internationally", imageSrc: "http://img.b2bpic.net/free-photo/fruits-vegetables-counter_1398-2252.jpg?_wi=1", imageAlt: "Fresh produce section"
title: "Fresh Fruits & Vegetables", description: "Daily fresh produce sourced locally and internationally", imageSrc: "http://img.b2bpic.net/free-photo/fruits-vegetables-counter_1398-2252.jpg", imageAlt: "Fresh produce section"
},
{
id: 2,
@@ -92,11 +92,11 @@ export default function LandingPage() {
},
{
id: 3,
title: "Dairy & Refrigerated", description: "Wide selection of milk, cheese, and refrigerated items", imageSrc: "http://img.b2bpic.net/free-photo/dairy-products_114579-8763.jpg?_wi=1", imageAlt: "Dairy refrigerated section"
title: "Dairy & Refrigerated", description: "Wide selection of milk, cheese, and refrigerated items", imageSrc: "http://img.b2bpic.net/free-photo/dairy-products_114579-8763.jpg", imageAlt: "Dairy refrigerated section"
},
{
id: 4,
title: "Pantry & Essentials", description: "All your pantry staples and household essentials", imageSrc: "http://img.b2bpic.net/free-photo/delicious-preserved-food-arrangement_23-2149238970.jpg?_wi=1", imageAlt: "Pantry shelves"
title: "Pantry & Essentials", description: "All your pantry staples and household essentials", imageSrc: "http://img.b2bpic.net/free-photo/delicious-preserved-food-arrangement_23-2149238970.jpg", imageAlt: "Pantry shelves"
}
]}
textboxLayout="default"
@@ -113,19 +113,19 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Clean & Organized", description: "Spotless store maintained to the highest standards daily", imageSrc: "http://img.b2bpic.net/free-photo/shopping-woman-looking-shelves-supermarket-with-shopping-cart-portrait-young-girl-market-store-fruits-vegetables-section_627829-6362.jpg?_wi=2", imageAlt: "Clean organized store"
title: "Clean & Organized", description: "Spotless store maintained to the highest standards daily", imageSrc: "http://img.b2bpic.net/free-photo/shopping-woman-looking-shelves-supermarket-with-shopping-cart-portrait-young-girl-market-store-fruits-vegetables-section_627829-6362.jpg", imageAlt: "Clean organized store"
},
{
id: 2,
title: "Competitive Local Pricing", description: "Fair prices that support your family budget", imageSrc: "http://img.b2bpic.net/free-photo/delicious-preserved-food-arrangement_23-2149238970.jpg?_wi=2", imageAlt: "Pricing display"
title: "Competitive Local Pricing", description: "Fair prices that support your family budget", imageSrc: "http://img.b2bpic.net/free-photo/delicious-preserved-food-arrangement_23-2149238970.jpg", imageAlt: "Pricing display"
},
{
id: 3,
title: "Friendly Staff", description: "Always ready to help you find what you need", imageSrc: "http://img.b2bpic.net/free-photo/dairy-products_114579-8763.jpg?_wi=2", imageAlt: "Staff assistance"
title: "Friendly Staff", description: "Always ready to help you find what you need", imageSrc: "http://img.b2bpic.net/free-photo/dairy-products_114579-8763.jpg", imageAlt: "Staff assistance"
},
{
id: 4,
title: "Convenient Location", description: "Easy parking and accessible to the whole Ballouneh community", imageSrc: "http://img.b2bpic.net/free-photo/fruits-vegetables-counter_1398-2252.jpg?_wi=2", imageAlt: "Store location"
title: "Convenient Location", description: "Easy parking and accessible to the whole Ballouneh community", imageSrc: "http://img.b2bpic.net/free-photo/fruits-vegetables-counter_1398-2252.jpg", imageAlt: "Store location"
}
]}
textboxLayout="default"
@@ -213,9 +213,9 @@ export default function LandingPage() {
id: "5", title: "What makes your prices competitive?", content: "We source directly and operate efficiently to pass savings to our neighborhood customers. Quality doesn't mean expensive at Trust Supermarket."
}
]}
imageSrc="http://img.b2bpic.net/free-photo/shopping-woman-looking-shelves-supermarket-with-shopping-cart-portrait-young-girl-market-store-fruits-vegetables-section_627829-6362.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/shopping-woman-looking-shelves-supermarket-with-shopping-cart-portrait-young-girl-market-store-fruits-vegetables-section_627829-6362.jpg"
imageAlt="Trust Supermarket interior"
mediaAnimation="fade"
mediaAnimation="opacity"
mediaPosition="left"
faqsAnimation="slide-up"
textboxLayout="default"