From 13cfe02a5dfd2101bae7d8633f6a196fac95431f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 15:58:26 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 6bb9303..6bd78e4 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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", }, ]}