From bd9f4b8c4dcab65d87e1bbe1c214f698da46d172 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 03:07:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 252 +++++++++-------------------------------------- 1 file changed, 46 insertions(+), 206 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8149310..81a1981 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,31 +19,23 @@ export default function LandingPage() { defaultButtonVariant="expand-hover" defaultTextAnimation="entrance-slide" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -110,20 +78,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Hand Selection", - description: "Harvested by hand to preserve the integrity of the fruit.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-female-hands-holding-bowl-kinkans-with-lemons-isolated-white-background_141793-84461.jpg", - }, + title: "Hand Selection", description: "Harvested by hand to preserve the integrity of the fruit.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-female-hands-holding-bowl-kinkans-with-lemons-isolated-white-background_141793-84461.jpg"}, { - title: "Traditional Milling", - description: "Stone-milled methods blended with modern technology.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-variety-olive-oil-table_23-2148364474.jpg", - }, + title: "Traditional Milling", description: "Stone-milled methods blended with modern technology.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-variety-olive-oil-table_23-2148364474.jpg"}, { - title: "Rigorous Quality", - description: "Every batch undergoes strict tasting and chemical analysis.", - imageSrc: "http://img.b2bpic.net/free-photo/doctor-working-medical-research_23-2149345446.jpg", - }, + title: "Rigorous Quality", description: "Every batch undergoes strict tasting and chemical analysis.", imageSrc: "http://img.b2bpic.net/free-photo/doctor-working-medical-research_23-2149345446.jpg"}, ]} title="The Art of Cold Extraction" description="Our mill employs a rigorous, meticulous process to guarantee the superior quality and nutritional profile of our olive oil." @@ -134,62 +93,15 @@ export default function LandingPage() { @@ -331,13 +175,9 @@ export default function LandingPage() { -- 2.49.1