Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 287389b386 | |||
| 0ad866bf14 | |||
| 98b1ef8583 | |||
| ce204ef0d1 |
@@ -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://s3.eu-north-1.amazonaws.com/snoonu-production/merchants/mascotas-pet-shop-logo.png"
|
||||
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://s3.eu-north-1.amazonaws.com/snoonu-production/merchants/hero-banner-pets.png"
|
||||
imageAlt="Happy pets with various pet supplies"
|
||||
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://s3.eu-north-1.amazonaws.com/snoonu-production/products/cat-food-salmon.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://s3.eu-north-1.amazonaws.com/snoonu-production/products/dog-chew-toys.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://s3.eu-north-1.amazonaws.com/snoonu-production/products/bird-cage-luxury.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://s3.eu-north-1.amazonaws.com/snoonu-production/products/fish-aquarium-kit.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://s3.eu-north-1.amazonaws.com/snoonu-production/products/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://s3.eu-north-1.amazonaws.com/snoonu-production/products/dog-leash-leather.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."
|
||||
@@ -206,7 +206,7 @@ export default function LandingPage() {
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-woman-wearing-halal-outdoors_23-2150701499.jpg", alt: "Fatima Al-Hamad"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businessman-dress-code-holding-black-jacket-his-arm_114579-19027.jpg", alt: "Ahmed Hassan"},
|
||||
src: "http://img.b2bpic.net/free-photo/businessman-dress-code-holding-black-jacket-his-arm_1157-34774.jpg", alt: "Ahmed Hassan"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-mother-her-daughter-walk-with-dog-autumn-park_1153-4530.jpg", alt: "Mariam & Omar"},
|
||||
{
|
||||
@@ -262,7 +262,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ft15ik"
|
||||
logoSrc="https://s3.eu-north-1.amazonaws.com/snoonu-production/merchants/mascotas-pet-shop-logo.png"
|
||||
logoAlt="Mascotas Pet Shop Logo"
|
||||
columns={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user