diff --git a/src/app/page.tsx b/src/app/page.tsx index f537844..e05dbb9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,27 +19,26 @@ export default function LandingPage() { defaultButtonVariant="text-shift" defaultTextAnimation="entrance-slide" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -94,18 +69,9 @@ export default function LandingPage() { title="Family Kitchen, Authentic Flavors" description="We believe in the power of home-cooked food. Our recipes are passed down through generations, ensuring every bite feels like a warm meal from a family kitchen. Fresh, healthy, and convenient." metrics={[ - { - value: "100%", - title: "Homemade Ingredients", - }, - { - value: "10+", - title: "Years of Tradition", - }, - { - value: "Daily", - title: "Fresh Deliveries", - }, + { value: "100%", title: "Homemade Ingredients" }, + { value: "10+", title: "Years of Tradition" }, + { value: "Daily", title: "Fresh Deliveries" } ]} imageSrc="http://img.b2bpic.net/free-photo/fresh-cucumber-bell-pepper-mushroom-cabbage-desk_23-2148122660.jpg" imageAlt="Our family kitchen" @@ -117,64 +83,16 @@ export default function LandingPage() {
@@ -361,36 +188,8 @@ export default function LandingPage() { @@ -398,4 +197,4 @@ export default function LandingPage() {
); -} +} \ No newline at end of file