From aa97060c279f2b2659555e0097350ad03ab2261e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 07:03:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 32c5150..79752d0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function BahamiILanding() { borderRadius="soft" contentWidth="small" sizing="mediumLarge" - background="blurBottom" + background="circleGradient" cardStyle="outline" primaryButtonStyle="double-inset" secondaryButtonStyle="radial-glow" @@ -47,7 +47,7 @@ export default function BahamiILanding() { tag="Plant-Based Nutrition" tagIcon={Leaf} tagAnimation="slide-up" - background={{ variant: "blurBottom" }} + background={{ variant: "plain" }} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/fruits-tomatoes-white_23-2147761545.jpg", imageAlt: "BahamiI nutrition bar lifestyle shot" }, { imageSrc: "http://img.b2bpic.net/free-photo/arabic-food-ramadan_23-2147789200.jpg", imageAlt: "Dates and almonds closeup" }, @@ -119,8 +119,8 @@ export default function BahamiILanding() { { text: "View All Products", href: "https://bahamii.com" } ]} buttonAnimation="opacity" - titleClassName="text-4xl lg:text-5xl font-bold" - descriptionClassName="text-base leading-relaxed" + textBoxTitleClassName="text-4xl lg:text-5xl font-bold" + textBoxDescriptionClassName="text-base leading-relaxed" /> @@ -143,8 +143,8 @@ export default function BahamiILanding() { { id: "5", name: "Aisha Patel", handle: "@aisha.wellness", testimonial: "BahamiI bars are literally perfect for on-the-go energy. Plant-based, delicious, and sustainable. Everything I wanted.", imageSrc: "http://img.b2bpic.net/free-photo/adorable-young-lady-feeling-satisfied-happy_1163-3812.jpg", imageAlt: "Aisha Patel" }, { id: "6", name: "Lucas Martinez", handle: "@lucasm_eats", testimonial: "As someone who's tried every nutrition bar out there, BahamiI stands out. Real taste, real ingredients, real vibe.", imageSrc: "http://img.b2bpic.net/free-photo/healthy-lifestyle-people-food-concept-happy-smiling-man-showing-thumbs-up-satisfied-with-delicious-breakfast-eating-salad-being-diet-trying-stay-fit-standing-yellow-background_1258-59806.jpg", imageAlt: "Lucas Martinez" } ]} - titleClassName="text-4xl lg:text-5xl font-bold" - descriptionClassName="text-base leading-relaxed" + textBoxTitleClassName="text-4xl lg:text-5xl font-bold" + textBoxDescriptionClassName="text-base leading-relaxed" /> @@ -159,8 +159,8 @@ export default function BahamiILanding() { names={["Healthline", "Forbes Health", "TikTok Wellness", "YouTube Fitness", "Instagram Influencers", "Wellness Magazines", "Fitfluencer Network"]} speed={40} showCard={true} - titleClassName="text-4xl lg:text-5xl font-bold" - descriptionClassName="text-base leading-relaxed" + textBoxTitleClassName="text-4xl lg:text-5xl font-bold" + textBoxDescriptionClassName="text-base leading-relaxed" /> @@ -181,8 +181,8 @@ export default function BahamiILanding() { { id: "5", title: "Do BahamiI bars contain any allergens?", content: "BahamiI bars contain tree nuts (almonds). We process in a facility that also handles other nuts. Check individual packaging for detailed allergen information." }, { id: "6", title: "What's the shelf life of BahamiI bars?", content: "BahamiI bars stay fresh for 12 months when stored in a cool, dry place. No artificial preservatives needed—just wholefood goodness." } ]} - titleClassName="text-4xl lg:text-5xl font-bold" - descriptionClassName="text-base leading-relaxed" + textBoxTitleClassName="text-4xl lg:text-5xl font-bold" + textBoxDescriptionClassName="text-base leading-relaxed" /> -- 2.49.1