diff --git a/src/app/page.tsx b/src/app/page.tsx index 1f33c17..3034c26 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumSmall" sizing="largeSmallSizeLargeTitles" - background="blurBottom" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="gradient" secondaryButtonStyle="layered" @@ -47,8 +47,8 @@ export default function LandingPage() { { text: "Visit Us Today", href: "#contact" } ]} buttonAnimation="slide-up" - background={{ variant: "blurBottom" }} - imageSrc="http://img.b2bpic.net/free-photo/young-happy-athletic-woman-having-fruit-smoothie-breakfast-kitchen_637285-6196.jpg?_wi=1" + background={{ variant: "sparkles-gradient" }} + imageSrc="http://img.b2bpic.net/free-photo/young-happy-athletic-woman-having-fruit-smoothie-breakfast-kitchen_637285-6196.jpg" imageAlt="Fresh nutrition shake at London Nutrition bar" mediaAnimation="opacity" frameStyle="card" @@ -79,7 +79,7 @@ export default function LandingPage() { products={[ { id: "1", brand: "London Nutrition", name: "Post-Workout Protein Shake", price: "$12.99", rating: 5, - reviewCount: "127", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-athletic-woman-having-fruit-smoothie-breakfast-kitchen_637285-6196.jpg?_wi=2", imageAlt: "Creamy post-workout protein shake" + reviewCount: "127", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-athletic-woman-having-fruit-smoothie-breakfast-kitchen_637285-6196.jpg", imageAlt: "Creamy post-workout protein shake" }, { id: "2", brand: "London Nutrition", name: "Energy Recovery Tea", price: "$8.99", rating: 5, @@ -87,7 +87,7 @@ export default function LandingPage() { }, { id: "3", brand: "London Nutrition", name: "Premium Supplement Blend", price: "$15.99", rating: 5, - reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-athletic-woman-having-fruit-smoothie-breakfast-kitchen_637285-6196.jpg?_wi=3", imageAlt: "Premium nutrition supplement powder blend" + reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-athletic-woman-having-fruit-smoothie-breakfast-kitchen_637285-6196.jpg", imageAlt: "Premium nutrition supplement powder blend" } ]} gridVariant="three-columns-all-equal-width" @@ -106,7 +106,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Mitchell", role: "Fitness Coach", company: "FitPro Gym", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/sporty-active-woman-with-cheerful-smile-face-checks-results-after-workout-via-smartwatch-dressed-black-cropped-top-wears-headphones-around-neck-being-good-mood-athletic-female-model_273609-60593.jpg?_wi=1", imageAlt: "Sarah Mitchell, fitness coach at FitPro Gym" + imageSrc: "http://img.b2bpic.net/free-photo/sporty-active-woman-with-cheerful-smile-face-checks-results-after-workout-via-smartwatch-dressed-black-cropped-top-wears-headphones-around-neck-being-good-mood-athletic-female-model_273609-60593.jpg", imageAlt: "Sarah Mitchell, fitness coach at FitPro Gym" }, { id: "2", name: "James Chen", role: "Competitive Cyclist", company: "London Cycling Club", rating: 5, @@ -118,7 +118,7 @@ export default function LandingPage() { }, { id: "4", name: "Marcus Thompson", role: "Personal Trainer", company: "Premier Fitness", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/sporty-active-woman-with-cheerful-smile-face-checks-results-after-workout-via-smartwatch-dressed-black-cropped-top-wears-headphones-around-neck-being-good-mood-athletic-female-model_273609-60593.jpg?_wi=2", imageAlt: "Marcus Thompson, personal trainer at Premier Fitness" + imageSrc: "http://img.b2bpic.net/free-photo/sporty-active-woman-with-cheerful-smile-face-checks-results-after-workout-via-smartwatch-dressed-black-cropped-top-wears-headphones-around-neck-being-good-mood-athletic-female-model_273609-60593.jpg", imageAlt: "Marcus Thompson, personal trainer at Premier Fitness" }, { id: "5", name: "Lisa Park", role: "Marathon Runner", company: "London Runners Club", rating: 5, @@ -164,7 +164,7 @@ export default function LandingPage() { { text: "Contact Us", href: "tel:+1-937-example" } ]} buttonAnimation="slide-up" - background={{ variant: "blurBottom" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} containerClassName="py-16 md:py-24" />