Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 98b1ef8583 |
@@ -52,7 +52,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
name: "Contact", id: "#contact"},
|
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"
|
logoAlt="Mascotas Pet Shop Logo"
|
||||||
brandName="Mascotas Pet Shop Qatar"
|
brandName="Mascotas Pet Shop Qatar"
|
||||||
button={{
|
button={{
|
||||||
@@ -73,8 +73,8 @@ export default function LandingPage() {
|
|||||||
text: "Explore Services", href: "#services"},
|
text: "Explore Services", href: "#services"},
|
||||||
]}
|
]}
|
||||||
buttonAnimation="opacity"
|
buttonAnimation="opacity"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/supermarket-banner-with-various-items_23-2149501022.jpg"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/logo-image.svg"
|
||||||
imageAlt="Happy golden retriever puppy playing with pet supplies"
|
imageAlt="Mascotas Pet Shop Logo"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
frameStyle="card"
|
frameStyle="card"
|
||||||
/>
|
/>
|
||||||
@@ -129,17 +129,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
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"
|
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."
|
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() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoEmphasis
|
<FooterLogoEmphasis
|
||||||
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"
|
logoAlt="Mascotas Pet Shop Logo"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user