Update src/app/about/page.tsx

This commit is contained in:
2026-03-14 15:58:26 +00:00
parent 03c4492304
commit 13cfe02a5d

View File

@@ -39,7 +39,7 @@ export default function AboutPage() {
borderRadius="soft"
contentWidth="mediumSmall"
sizing="medium"
background="noise"
background="radial-gradient"
cardStyle="gradient-bordered"
primaryButtonStyle="gradient"
secondaryButtonStyle="radial-glow"
@@ -71,7 +71,7 @@ export default function AboutPage() {
]}
buttonAnimation="slide-up"
layoutOrder="default"
imageSrc="http://img.b2bpic.net/free-photo/full-length-shot-two-girls-showing-off-their-purchases-their-shopping-bags_1098-20555.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/full-length-shot-two-girls-showing-off-their-purchases-their-shopping-bags_1098-20555.jpg"
imageAlt="Swift Store"
mediaAnimation="opacity"
frameStyle="card"
@@ -88,7 +88,7 @@ export default function AboutPage() {
textboxLayout="default"
useInvertedBackground={false}
imagePosition="right"
imageSrc="http://img.b2bpic.net/free-photo/midsection-latin-male-owner-putting-food-container-grocery-store_662251-1341.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/midsection-latin-male-owner-putting-food-container-grocery-store_662251-1341.jpg"
imageAlt="Store interior"
mediaAnimation="opacity"
bulletPoints={[
@@ -132,21 +132,21 @@ export default function AboutPage() {
title: "Quality Products",
description:
"Fresh groceries, dairy and household items carefully selected",
imageSrc: "http://img.b2bpic.net/free-photo/blue-bowl-dried-organic-plums-placed-white-background-high-quality-photo_114579-75745.jpg?_wi=3",
imageSrc: "http://img.b2bpic.net/free-photo/blue-bowl-dried-organic-plums-placed-white-background-high-quality-photo_114579-75745.jpg",
imageAlt: "Quality products",
},
{
id: 2,
title: "Reasonable Pricing",
description: "Best prices in Srinagar for quality products",
imageSrc: "http://img.b2bpic.net/free-photo/undecided-woman-trying-find-product_329181-17358.jpg?_wi=3",
imageSrc: "http://img.b2bpic.net/free-photo/undecided-woman-trying-find-product_329181-17358.jpg",
imageAlt: "Great prices",
},
{
id: 3,
title: "Friendly Staff",
description: "Courteous and helpful team ready to assist",
imageSrc: "http://img.b2bpic.net/free-photo/full-length-shot-two-girls-showing-off-their-purchases-their-shopping-bags_1098-20555.jpg?_wi=3",
imageSrc: "http://img.b2bpic.net/free-photo/full-length-shot-two-girls-showing-off-their-purchases-their-shopping-bags_1098-20555.jpg",
imageAlt: "Friendly service",
},
{
@@ -154,7 +154,7 @@ export default function AboutPage() {
title: "Convenient Location",
description:
"Easy access on Main Road, Makhdoompora, Noushera",
imageSrc: "http://img.b2bpic.net/free-photo/midsection-latin-male-owner-putting-food-container-grocery-store_662251-1341.jpg?_wi=3",
imageSrc: "http://img.b2bpic.net/free-photo/midsection-latin-male-owner-putting-food-container-grocery-store_662251-1341.jpg",
imageAlt: "Easy location",
},
]}