Merge version_1 into main #4
@@ -38,7 +38,8 @@ export default function LandingPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Shop Now", href: "#products"}}
|
||||
text: "Shop Now", href: "#products"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -49,26 +50,34 @@ export default function LandingPage() {
|
||||
tag="Quality Guaranteed"
|
||||
tagIcon={CheckCircle}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-cheerful-labrador-standing-two-feet-field-sunlight-daytime_181624-40068.jpg", imageAlt: "Happy puppy playing outdoors"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-cheerful-labrador-standing-two-feet-field-sunlight-daytime_181624-40068.jpg", imageAlt: "Happy puppy playing outdoors"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-cat-with-blue-eyes-lying-blanket-with-open-mouth_181624-42454.jpg", imageAlt: "Cute kitten playing with toy"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-cat-with-blue-eyes-lying-blanket-with-open-mouth_181624-42454.jpg", imageAlt: "Cute kitten playing with toy"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/orange-domestic-rabbit-cage-with-green-grass_181624-11158.jpg", imageAlt: "Fluffy rabbit resting"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/orange-domestic-rabbit-cage-with-green-grass_181624-11158.jpg", imageAlt: "Fluffy rabbit resting"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-gerbil-fat-tail-crawls-red-flower-garbil-fat-tail-flower_488145-3228.jpg", imageAlt: "Adorable hamster close-up"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-gerbil-fat-tail-crawls-red-flower-garbil-fat-tail-flower_488145-3228.jpg", imageAlt: "Adorable hamster close-up"
|
||||
},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-dog-having-fun-park_23-2147997354.jpg", imageAlt: "Colorful interactive dog toys"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-dog-having-fun-park_23-2147997354.jpg", imageAlt: "Colorful interactive dog toys"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-fresh-pet-food-ingredients-dark-surface_1150-42077.jpg", imageAlt: "Premium pet nutrition food bag"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-fresh-pet-food-ingredients-dark-surface_1150-42077.jpg", imageAlt: "Premium pet nutrition food bag"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/yawn-jack-russell-terrier-lying-dog-bed_1385-490.jpg", imageAlt: "Comfortable orthopedic pet bed"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/yawn-jack-russell-terrier-lying-dog-bed_1385-490.jpg", imageAlt: "Comfortable orthopedic pet bed"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pet-accessories_23-2150930454.jpg", imageAlt: "Quality pet collars and leashes"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pet-accessories_23-2150930454.jpg", imageAlt: "Quality pet collars and leashes"
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Shop Now", href: "#products" },
|
||||
@@ -93,13 +102,16 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "NutriPaws", name: "Premium Dog Food", price: "$49.99", rating: 5,
|
||||
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/dried-dog-food-background_93675-132605.jpg", imageAlt: "Premium dog food bag with nutritional label"},
|
||||
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/dried-dog-food-background_93675-132605.jpg", imageAlt: "Premium dog food bag with nutritional label"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "PlayTime Pro", name: "Interactive Rope Toy", price: "$12.99", rating: 5,
|
||||
reviewCount: "892", imageSrc: "http://img.b2bpic.net/free-photo/happy-dog-having-fun-park_23-2147997354.jpg", imageAlt: "Colorful interactive rope toy for dogs"},
|
||||
reviewCount: "892", imageSrc: "http://img.b2bpic.net/free-photo/happy-dog-having-fun-park_23-2147997354.jpg", imageAlt: "Colorful interactive rope toy for dogs"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "ComfortPet", name: "Orthopedic Pet Bed", price: "$79.99", rating: 5,
|
||||
reviewCount: "756", imageSrc: "http://img.b2bpic.net/free-photo/woman-petting-adorable-dog_23-2148740433.jpg", imageAlt: "Comfortable orthopedic memory foam pet bed"},
|
||||
reviewCount: "756", imageSrc: "http://img.b2bpic.net/free-photo/woman-petting-adorable-dog_23-2148740433.jpg", imageAlt: "Comfortable orthopedic memory foam pet bed"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -116,13 +128,16 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Premium Quality", description: "Every product is carefully selected and tested to ensure the highest standards for your pet's health and happiness.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-engineer-hand-controling-robot-arm-welding-machine-industrial-40-modern-factory-backgroundsmart-female-engineer-inspect-quality-control-factory_609648-856.jpg", imageAlt: "Quality inspection process"},
|
||||
title: "Premium Quality", description: "Every product is carefully selected and tested to ensure the highest standards for your pet's health and happiness.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-engineer-hand-controling-robot-arm-welding-machine-industrial-40-modern-factory-backgroundsmart-female-engineer-inspect-quality-control-factory_609648-856.jpg", imageAlt: "Quality inspection process"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Fast Shipping", description: "Quick and reliable delivery right to your doorstep. Most orders ship within 24 hours.", imageSrc: "http://img.b2bpic.net/free-photo/traffic-highway_1359-2.jpg", imageAlt: "Fast shipping and delivery service"},
|
||||
title: "Fast Shipping", description: "Quick and reliable delivery right to your doorstep. Most orders ship within 24 hours.", imageSrc: "http://img.b2bpic.net/free-photo/traffic-highway_1359-2.jpg", imageAlt: "Fast shipping and delivery service"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Expert Support", description: "Our pet care specialists are here to help you find exactly what your furry friend needs.", imageSrc: "http://img.b2bpic.net/free-photo/woman-living-with-disability-answering-client-call-customer-service-wheelchair-user-with-physical-health-condition-working-helpline-support-helpdesk-operator-with-chronic-pain_482257-47208.jpg", imageAlt: "Friendly customer support team"},
|
||||
title: "Expert Support", description: "Our pet care specialists are here to help you find exactly what your furry friend needs.", imageSrc: "http://img.b2bpic.net/free-photo/woman-living-with-disability-answering-client-call-customer-service-wheelchair-user-with-physical-health-condition-working-helpline-support-helpdesk-operator-with-chronic-pain_482257-47208.jpg", imageAlt: "Friendly customer support team"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -161,13 +176,17 @@ export default function LandingPage() {
|
||||
author="Sarah Mitchell, Pet Owner"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/adorable-chihuahua-dog-with-female-owner_23-2149880067.jpg", alt: "Sarah Mitchell"},
|
||||
src: "http://img.b2bpic.net/free-photo/adorable-chihuahua-dog-with-female-owner_23-2149880067.jpg", alt: "Sarah Mitchell"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/experienced-florist-holding-dog-smiles_23-2148435668.jpg", alt: "John Anderson"},
|
||||
src: "http://img.b2bpic.net/free-photo/experienced-florist-holding-dog-smiles_23-2148435668.jpg", alt: "John Anderson"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/goodlooking-young-woman-with-wavy-ginger-hair-holding-dog-her-knees-portrait-stunning-female-model-with-french-bulldog_197531-25943.jpg", alt: "Emily Chen"},
|
||||
src: "http://img.b2bpic.net/free-photo/goodlooking-young-woman-with-wavy-ginger-hair-holding-dog-her-knees-portrait-stunning-female-model-with-french-bulldog_197531-25943.jpg", alt: "Emily Chen"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1563.jpg", alt: "Michael Rodriguez"},
|
||||
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1563.jpg", alt: "Michael Rodriguez"
|
||||
},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -185,9 +204,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Petco Partnership", "PetSmart Alliance", "Kong Certified", "Purina Approved", "Royal Canin Partner", "IAMS Trusted", "Friskies Authorized"]}
|
||||
"Petco Partnership", "PetSmart Alliance", "Kong Certified", "Purina Approved", "Royal Canin Partner", "IAMS Trusted", "Friskies Authorized"
|
||||
]}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/logo-with-pet-design_1363-32.jpg", "http://img.b2bpic.net/free-vector/logo-with-pet-design_1363-32.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-bulldog-logo-template_23-2150730794.jpg", "http://img.b2bpic.net/free-vector/pack-veterinary-stickers_23-2147572510.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-dog-paw-logo-design_23-2149511337.jpg", "http://img.b2bpic.net/free-vector/pack-veterinary-stickers_23-2147572510.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-pet-shop-badges-template_23-2150383136.jpg"]}
|
||||
"http://img.b2bpic.net/free-vector/logo-with-pet-design_1363-32.jpg", "http://img.b2bpic.net/free-vector/logo-with-pet-design_1363-32.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-bulldog-logo-template_23-2150730794.jpg", "http://img.b2bpic.net/free-vector/pack-veterinary-stickers_23-2147572510.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-dog-paw-logo-design_23-2149511337.jpg", "http://img.b2bpic.net/free-vector/pack-veterinary-stickers_23-2147572510.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-pet-shop-badges-template_23-2150383136.jpg"
|
||||
]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -209,17 +230,23 @@ export default function LandingPage() {
|
||||
imageAlt="Happy pets with quality care"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "What types of pets do you serve?", content: "We serve all types of pets including dogs, cats, rabbits, hamsters, and other small animals. Our products are specially selected to meet the unique needs of each pet type."},
|
||||
id: "1", title: "What types of pets do you serve?", content: "We serve all types of pets including dogs, cats, rabbits, hamsters, and other small animals. Our products are specially selected to meet the unique needs of each pet type."
|
||||
},
|
||||
{
|
||||
id: "2", title: "Do you offer subscription services?", content: "Yes! We offer flexible subscription plans that deliver your pet's favorite products monthly. You can customize your subscription anytime and cancel without penalties."},
|
||||
id: "2", title: "Do you offer subscription services?", content: "Yes! We offer flexible subscription plans that deliver your pet's favorite products monthly. You can customize your subscription anytime and cancel without penalties."
|
||||
},
|
||||
{
|
||||
id: "3", title: "What is your return policy?", content: "We offer a 30-day satisfaction guarantee. If your pet doesn't love it or you're not completely satisfied, return it for a full refund or exchange."},
|
||||
id: "3", title: "What is your return policy?", content: "We offer a 30-day satisfaction guarantee. If your pet doesn't love it or you're not completely satisfied, return it for a full refund or exchange."
|
||||
},
|
||||
{
|
||||
id: "4", title: "How quickly will my order arrive?", content: "Most orders ship within 24 hours. Standard shipping takes 5-7 business days. We also offer express shipping options for faster delivery."},
|
||||
id: "4", title: "How quickly will my order arrive?", content: "Most orders ship within 24 hours. Standard shipping takes 5-7 business days. We also offer express shipping options for faster delivery."
|
||||
},
|
||||
{
|
||||
id: "5", title: "Are your products safe for all pets?", content: "All our products are carefully selected and tested for safety. We prioritize organic and natural ingredients. Always check product details for your specific pet's dietary needs."},
|
||||
id: "5", title: "Are your products safe for all pets?", content: "All our products are carefully selected and tested for safety. We prioritize organic and natural ingredients. Always check product details for your specific pet's dietary needs."
|
||||
},
|
||||
{
|
||||
id: "6", title: "Do you provide pet care advice?", content: "Absolutely! Our pet care specialists are available to provide recommendations and advice. Contact our support team for personalized guidance."}
|
||||
id: "6", title: "Do you provide pet care advice?", content: "Absolutely! Our pet care specialists are available to provide recommendations and advice. Contact our support team for personalized guidance."
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -236,7 +263,7 @@ export default function LandingPage() {
|
||||
{ text: "Shop Now", href: "#products" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user