diff --git a/src/app/page.tsx b/src/app/page.tsx index f530109..324550d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="smallMedium" sizing="large" - background="noise" + background="circleGradient" cardStyle="inset" primaryButtonStyle="radial-glow" secondaryButtonStyle="radial-glow" @@ -46,7 +46,7 @@ export default function LandingPage() { tagIcon={Sparkles} title="Taste the Essence of Authentic Refreshment" description="La Casita Refresqueria brings you traditional, handcrafted beverages made from the finest natural ingredients. Experience the perfect blend of taste, quality, and authentic flavor in every sip." - background={{ variant: "noise" }} + background={{ variant: "plain" }} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/tropical-juice-with-orange-slice-it_140725-2868.jpg", imageAlt: "Fresh colorful tropical beverages" @@ -117,10 +117,10 @@ export default function LandingPage() { title: "100% Fresh Ingredients", description: "We source only the finest, freshest fruits and natural ingredients for every batch. No artificial flavors or preservatives—just pure, authentic refreshment.", icon: Leaf, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/homemade-bakery-preparing-baking-kitchen-home-lot-baking-ingredients-table_640221-607.jpg?_wi=1", imageAlt: "Fresh premium ingredients preparation" + imageSrc: "http://img.b2bpic.net/free-photo/homemade-bakery-preparing-baking-kitchen-home-lot-baking-ingredients-table_640221-607.jpg", imageAlt: "Fresh premium ingredients preparation" }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-brushes-water_23-2148014165.jpg?_wi=1", imageAlt: "Artisanal beverage crafting" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-brushes-water_23-2148014165.jpg", imageAlt: "Artisanal beverage crafting" } ] }, @@ -128,10 +128,10 @@ export default function LandingPage() { title: "Handcrafted Quality", description: "Each beverage is carefully prepared by skilled artisans using traditional methods. We take pride in every detail, ensuring consistent excellence in every glass.", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-brushes-water_23-2148014165.jpg?_wi=2", imageAlt: "Skilled beverage preparation" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-brushes-water_23-2148014165.jpg", imageAlt: "Skilled beverage preparation" }, { - imageSrc: "http://img.b2bpic.net/free-photo/homemade-bakery-preparing-baking-kitchen-home-lot-baking-ingredients-table_640221-607.jpg?_wi=2", imageAlt: "Ingredient selection process" + imageSrc: "http://img.b2bpic.net/free-photo/homemade-bakery-preparing-baking-kitchen-home-lot-baking-ingredients-table_640221-607.jpg", imageAlt: "Ingredient selection process" } ] } @@ -206,7 +206,7 @@ export default function LandingPage() {