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", }, ]} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index a88f4c9..1cf7cfb 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -59,7 +59,7 @@ export default function ContactPage() { borderRadius="soft" contentWidth="mediumSmall" sizing="medium" - background="noise" + background="radial-gradient" cardStyle="gradient-bordered" primaryButtonStyle="gradient" secondaryButtonStyle="radial-glow" @@ -84,7 +84,7 @@ export default function ContactPage() { ]} 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=4" + imageSrc="http://img.b2bpic.net/free-photo/full-length-shot-two-girls-showing-off-their-purchases-their-shopping-bags_1098-20555.jpg" imageAlt="Contact us" mediaAnimation="opacity" frameStyle="card" @@ -139,7 +139,7 @@ export default function ContactPage() { description: "Main Road, Makhdoompora, Noushera, Srinagar, J&K 190011", imageSrc: - "http://img.b2bpic.net/free-photo/midsection-latin-male-owner-putting-food-container-grocery-store_662251-1341.jpg?_wi=4", + "http://img.b2bpic.net/free-photo/midsection-latin-male-owner-putting-food-container-grocery-store_662251-1341.jpg", imageAlt: "Store location", }, { @@ -147,7 +147,7 @@ export default function ContactPage() { title: "Phone", description: "Call us: 060059 74492 - We're happy to help!", imageSrc: - "http://img.b2bpic.net/free-photo/headshot-cute-girl-with-hair-bun-spending-lunch-break-restaurant-with-wooden-walls_273609-9037.jpg?_wi=4", + "http://img.b2bpic.net/free-photo/headshot-cute-girl-with-hair-bun-spending-lunch-break-restaurant-with-wooden-walls_273609-9037.jpg", imageAlt: "Contact phone", }, { @@ -155,7 +155,7 @@ export default function ContactPage() { title: "Hours", description: "Open Daily: 8:00 AM to 10:00 PM", imageSrc: - "http://img.b2bpic.net/free-photo/still-life-office-cleaning-process_23-2149343070.jpg?_wi=3", + "http://img.b2bpic.net/free-photo/still-life-office-cleaning-process_23-2149343070.jpg", imageAlt: "Business hours", }, { @@ -164,7 +164,7 @@ export default function ContactPage() { description: "Message us anytime for quick inquiries and orders", imageSrc: - "http://img.b2bpic.net/free-photo/milk-cheese-eggs-nuts-wooden-table-kitchen_23-2147972677.jpg?_wi=3", + "http://img.b2bpic.net/free-photo/milk-cheese-eggs-nuts-wooden-table-kitchen_23-2147972677.jpg", imageAlt: "WhatsApp contact", }, ]} diff --git a/src/app/page.tsx b/src/app/page.tsx index 2c92224..220a326 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,7 +44,7 @@ export default function HomePage() { borderRadius="soft" contentWidth="mediumSmall" sizing="medium" - background="noise" + background="radial-gradient" cardStyle="gradient-bordered" primaryButtonStyle="gradient" secondaryButtonStyle="radial-glow" @@ -72,7 +72,7 @@ export default function HomePage() { ]} buttonAnimation="slide-up" layoutOrder="default" - imageSrc="http://img.b2bpic.net/free-photo/midsection-latin-male-owner-putting-food-container-grocery-store_662251-1341.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/midsection-latin-male-owner-putting-food-container-grocery-store_662251-1341.jpg" imageAlt="Swift Departmental Store entrance" mediaAnimation="opacity" frameStyle="card" @@ -120,7 +120,7 @@ export default function HomePage() { price: "₹599-₹1299", rating: 5, reviewCount: "24", - imageSrc: "http://img.b2bpic.net/free-photo/blue-bowl-dried-organic-plums-placed-white-background-high-quality-photo_114579-75745.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/blue-bowl-dried-organic-plums-placed-white-background-high-quality-photo_114579-75745.jpg", imageAlt: "Premium Kalmi Dates", }, { @@ -130,7 +130,7 @@ export default function HomePage() { price: "₹40-₹250", rating: 5, reviewCount: "32", - imageSrc: "http://img.b2bpic.net/free-photo/milk-cheese-eggs-nuts-wooden-table-kitchen_23-2147972677.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/milk-cheese-eggs-nuts-wooden-table-kitchen_23-2147972677.jpg", imageAlt: "Fresh Dairy Products", }, { @@ -140,7 +140,7 @@ export default function HomePage() { price: "₹20-₹500", rating: 5, reviewCount: "18", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-office-cleaning-process_23-2149343070.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-office-cleaning-process_23-2149343070.jpg", imageAlt: "Household Essentials", }, ]} @@ -159,7 +159,7 @@ export default function HomePage() { textboxLayout="default" useInvertedBackground={true} imagePosition="right" - imageSrc="http://img.b2bpic.net/free-photo/full-length-shot-two-girls-showing-off-their-purchases-their-shopping-bags_1098-20555.jpg?_wi=1" + 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 team" mediaAnimation="opacity" bulletPoints={[ @@ -211,7 +211,7 @@ export default function HomePage() { role: "Homemaker", company: "Regular Customer", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/headshot-cute-girl-with-hair-bun-spending-lunch-break-restaurant-with-wooden-walls_273609-9037.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/headshot-cute-girl-with-hair-bun-spending-lunch-break-restaurant-with-wooden-walls_273609-9037.jpg", imageAlt: "Fatima Khan", }, { @@ -220,7 +220,7 @@ export default function HomePage() { role: "Office Worker", company: "Daily Shopper", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-technology-leisure-concept_273609-6599.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/people-technology-leisure-concept_273609-6599.jpg", imageAlt: "Ahmed Hassan", }, { @@ -229,7 +229,7 @@ export default function HomePage() { role: "Student", company: "Frequent Visitor", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-with-shopping-bags_329181-18722.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-with-shopping-bags_329181-18722.jpg", imageAlt: "Aisha Malik", }, { @@ -238,7 +238,7 @@ export default function HomePage() { role: "Business Owner", company: "Bulk Buyer", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Rashid Ali", }, { @@ -247,7 +247,7 @@ export default function HomePage() { role: "Housewife", company: "Loyal Customer", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Noor Fatima", }, { @@ -256,7 +256,7 @@ export default function HomePage() { role: "Retired", company: "Weekly Visitor", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-with-shopping-bag-city_1157-21296.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-with-shopping-bag-city_1157-21296.jpg", imageAlt: "Imran Sheikh", }, ]} diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 9d00970..dc20ec5 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -25,7 +25,7 @@ export default function ProductsPage() { borderRadius="soft" contentWidth="mediumSmall" sizing="medium" - background="noise" + background="radial-gradient" cardStyle="gradient-bordered" primaryButtonStyle="gradient" secondaryButtonStyle="radial-glow" @@ -47,7 +47,7 @@ export default function ProductsPage() { buttons={[{ text: "Call for Availability", href: "tel:06005974492" }]} buttonAnimation="slide-up" layoutOrder="reverse" - imageSrc="http://img.b2bpic.net/free-photo/undecided-woman-trying-find-product_329181-17358.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/undecided-woman-trying-find-product_329181-17358.jpg" imageAlt="Product selection" mediaAnimation="opacity" frameStyle="card" @@ -68,28 +68,28 @@ export default function ProductsPage() { id: 1, title: "Groceries", description: "Rice, flour, spices, oils and other essential grocery items", - imageSrc: "http://img.b2bpic.net/free-photo/undecided-woman-trying-find-product_329181-17358.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/undecided-woman-trying-find-product_329181-17358.jpg", imageAlt: "Grocery items", }, { id: 2, title: "Dairy Products", description: "Fresh milk, yogurt, paneer and other dairy essentials", - imageSrc: "http://img.b2bpic.net/free-photo/milk-cheese-eggs-nuts-wooden-table-kitchen_23-2147972677.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/milk-cheese-eggs-nuts-wooden-table-kitchen_23-2147972677.jpg", imageAlt: "Dairy products", }, { id: 3, title: "Household Essentials", description: "Cleaning supplies, detergents and daily household items", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-office-cleaning-process_23-2149343070.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-office-cleaning-process_23-2149343070.jpg", imageAlt: "Household essentials", }, { id: 4, title: "Dry Fruits & Dates", description: "Premium quality Kalmi dates and other dried fruits", - imageSrc: "http://img.b2bpic.net/free-photo/blue-bowl-dried-organic-plums-placed-white-background-high-quality-photo_114579-75745.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/blue-bowl-dried-organic-plums-placed-white-background-high-quality-photo_114579-75745.jpg", imageAlt: "Dry fruits and dates", }, ]} diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 377be95..c669455 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -40,7 +40,7 @@ export default function ReviewsPage() { borderRadius="soft" contentWidth="mediumSmall" sizing="medium" - background="noise" + background="radial-gradient" cardStyle="gradient-bordered" primaryButtonStyle="gradient" secondaryButtonStyle="radial-glow" @@ -72,7 +72,7 @@ export default function ReviewsPage() { ]} buttonAnimation="slide-up" layoutOrder="reverse" - imageSrc="http://img.b2bpic.net/free-photo/headshot-cute-girl-with-hair-bun-spending-lunch-break-restaurant-with-wooden-walls_273609-9037.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/headshot-cute-girl-with-hair-bun-spending-lunch-break-restaurant-with-wooden-walls_273609-9037.jpg" imageAlt="Happy customer" mediaAnimation="opacity" frameStyle="card" @@ -97,7 +97,7 @@ export default function ReviewsPage() { role: "Best place for shopping daily use items", company: "Homemaker", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/headshot-cute-girl-with-hair-bun-spending-lunch-break-restaurant-with-wooden-walls_273609-9037.jpg?_wi=3", + imageSrc: "http://img.b2bpic.net/free-photo/headshot-cute-girl-with-hair-bun-spending-lunch-break-restaurant-with-wooden-walls_273609-9037.jpg", imageAlt: "Fatima Khan", }, { @@ -106,7 +106,7 @@ export default function ReviewsPage() { role: "Rates are good and staff is friendly", company: "Regular Customer", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-technology-leisure-concept_273609-6599.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/people-technology-leisure-concept_273609-6599.jpg", imageAlt: "Ahmed Hassan", }, { @@ -115,7 +115,7 @@ export default function ReviewsPage() { role: "Best customer service and reasonable price", company: "Frequent Visitor", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-with-shopping-bags_329181-18722.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-with-shopping-bags_329181-18722.jpg", imageAlt: "Aisha Malik", }, { @@ -124,7 +124,7 @@ export default function ReviewsPage() { role: "Fresh products every time I visit", company: "Bulk Buyer", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Rashid Ali", }, { @@ -133,7 +133,7 @@ export default function ReviewsPage() { role: "Very satisfied with quality and prices", company: "Loyal Shopper", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Noor Fatima", }, { @@ -142,7 +142,7 @@ export default function ReviewsPage() { role: "My go-to store for all daily needs", company: "Weekly Visitor", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-with-shopping-bag-city_1157-21296.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-with-shopping-bag-city_1157-21296.jpg", imageAlt: "Imran Sheikh", }, ]}