From 98b1ef85834cd282cc51570de1e068a216459166 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 10:08:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4189be3..4a8dc86 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { { name: "Contact", id: "#contact"}, ]} - logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ft15ik" + logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/logo-image.svg" logoAlt="Mascotas Pet Shop Logo" brandName="Mascotas Pet Shop Qatar" button={{ @@ -73,8 +73,8 @@ export default function LandingPage() { text: "Explore Services", href: "#services"}, ]} buttonAnimation="opacity" - imageSrc="http://img.b2bpic.net/free-photo/supermarket-banner-with-various-items_23-2149501022.jpg" - imageAlt="Happy golden retriever puppy playing with pet supplies" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/logo-image.svg" + imageAlt="Mascotas Pet Shop Logo" mediaAnimation="slide-up" frameStyle="card" /> @@ -129,17 +129,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "1", name: "Premium Salmon Cat Food", price: "QAR 120.00", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-pink-background_23-2148182048.jpg", imageAlt: "Bag of premium salmon cat food"}, + id: "1", name: "Premium Salmon Cat Food", price: "QAR 120.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/product-image-cat-food.png", imageAlt: "Bag of premium salmon cat food"}, { - id: "2", name: "Durable Dog Chew Toys Set", price: "QAR 85.00", imageSrc: "http://img.b2bpic.net/free-photo/cute-dog-biting-flip-flop-home_23-2149544895.jpg", imageAlt: "Assortment of colorful dog chew toys"}, + id: "2", name: "Durable Dog Chew Toys Set", price: "QAR 85.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/product-image-dog-toy.png", imageAlt: "Assortment of colorful dog chew toys"}, { - id: "3", name: "Luxury Bird Cage", price: "QAR 450.00", imageSrc: "http://img.b2bpic.net/free-photo/front-view-hand-held-bird-cage-with-flowers_23-2148385835.jpg", imageAlt: "Large luxury bird cage with perches"}, + id: "3", name: "Luxury Bird Cage", price: "QAR 450.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/product-image-bird-cage.png", imageAlt: "Large luxury bird cage with perches"}, { - id: "4", name: "Tropical Fish Aquarium Kit", price: "QAR 300.00", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-betta-fish-with-dress-black-background_23-2148359851.jpg", imageAlt: "Small desktop aquarium with colorful fish"}, + id: "4", name: "Tropical Fish Aquarium Kit", price: "QAR 300.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/product-image-fish-aquarium.png", imageAlt: "Small desktop aquarium with colorful fish"}, { - id: "5", name: "Cozy Small Animal Bed", price: "QAR 65.00", imageSrc: "http://img.b2bpic.net/free-photo/cartoon-style-summer-scene-with-cute-animal_23-2151068333.jpg", imageAlt: "Soft, fluffy bed for small animals like hamsters"}, + id: "5", name: "Cozy Small Animal Bed", price: "QAR 65.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/product-image-small-animal-bed.png", imageAlt: "Soft, fluffy bed for small animals like hamsters"}, { - id: "6", name: "Stylish Leather Dog Leash", price: "QAR 95.00", imageSrc: "http://img.b2bpic.net/free-photo/brunette-mask-walks-with-pug_1157-34774.jpg", imageAlt: "Elegant leather dog leash and collar"}, + id: "6", name: "Stylish Leather Dog Leash", price: "QAR 95.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/product-image-dog-leash.png", imageAlt: "Elegant leather dog leash and collar"}, ]} title="Our Best-Selling Pet Products" description="Discover a curated selection of high-quality products, from nutritious food to engaging toys and comfortable accessories, ensuring your pet's happiness and well-being." @@ -262,7 +262,7 @@ export default function LandingPage() {