From 617ce74396367d86bf3d4e877b06e70750d4ec24 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:01:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a808f4b..c64e7c7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="medium" sizing="mediumSizeLargeTitles" - background="aurora" + background="circleGradient" cardStyle="gradient-mesh" primaryButtonStyle="shadow" secondaryButtonStyle="layered" @@ -49,7 +49,7 @@ 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"}, @@ -62,7 +62,7 @@ export default function LandingPage() { ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/happy-dog-having-fun-park_23-2147997354.jpg?_wi=1", 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"}, { @@ -93,13 +93,13 @@ 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?_wi=1", 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?_wi=2", 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?_wi=1", 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"}, ]} /> @@ -139,15 +139,15 @@ export default function LandingPage() { animationType="slide-up" plans={[ { - id: "starter", title: "Essential Starter Pack", price: "$89", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/dried-dog-food-background_93675-132605.jpg?_wi=2", imageAlt: "Essential pet care starter pack", features: ["Premium dog food", "Basic pet toys", "Food and water bowls"], + id: "starter", title: "Essential Starter Pack", price: "$89", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/dried-dog-food-background_93675-132605.jpg", imageAlt: "Essential pet care starter pack", features: ["Premium dog food", "Basic pet toys", "Food and water bowls"], button: { text: "Get Started", href: "#contact" }, }, { - id: "premium", title: "Premium Care Bundle", price: "$169", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/happy-dog-having-fun-park_23-2147997354.jpg?_wi=3", imageAlt: "Premium pet care bundle with toys", features: ["Premium nutrition food", "Interactive toy set", "Comfortable pet bed", "Grooming supplies"], + id: "premium", title: "Premium Care Bundle", price: "$169", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/happy-dog-having-fun-park_23-2147997354.jpg", imageAlt: "Premium pet care bundle with toys", features: ["Premium nutrition food", "Interactive toy set", "Comfortable pet bed", "Grooming supplies"], button: { text: "Subscribe Now", href: "#contact" }, }, { - id: "deluxe", title: "Deluxe Everything Bundle", price: "$249", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/woman-petting-adorable-dog_23-2148740433.jpg?_wi=2", imageAlt: "Deluxe complete pet care collection", features: ["Gourmet pet nutrition", "Premium toy collection", "Luxury orthopedic bed", "Complete grooming kit", "Health supplements", "Priority support"], + id: "deluxe", title: "Deluxe Everything Bundle", price: "$249", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/woman-petting-adorable-dog_23-2148740433.jpg", imageAlt: "Deluxe complete pet care collection", features: ["Gourmet pet nutrition", "Premium toy collection", "Luxury orthopedic bed", "Complete grooming kit", "Health supplements", "Priority support"], button: { text: "Get Deluxe", href: "#contact" }, }, ]} @@ -219,7 +219,7 @@ export default function LandingPage() { { 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."} ]} /> @@ -236,7 +236,7 @@ export default function LandingPage() { { text: "Shop Now", href: "#products" }, ]} buttonAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "glowing-orb" }} useInvertedBackground={false} />