From 511c3f851dcd7b6712b2765694d56fb68bec0494 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 19 May 2026 04:10:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 194 ++++++++++------------------------------------- 1 file changed, 38 insertions(+), 156 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 655b872..d1b2bf9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,54 +17,38 @@ export default function LandingPage() { defaultButtonVariant="elastic-effect" defaultTextAnimation="entrance-slide" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" >
@@ -74,22 +58,10 @@ export default function LandingPage() {
@@ -100,24 +72,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} features={[ - { - title: "Golden Roast", - description: "Slow-cooked to perfection in our custom ovens.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m0kl0l", - imageAlt: "crispy fried chicken wings close up", - }, - { - title: "Crispy Delights", - description: "Twice-fried for ultimate crunch and flavor.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hq0gmp", - imageAlt: "grilled chicken breast served salad", - }, - { - title: "Fresh Sides", - description: "Locally sourced vegetables served fresh daily.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=x4lw9x", - imageAlt: "chicken shawarma wrap with sauce", - }, + { title: "Golden Roast", description: "Slow-cooked to perfection in our custom ovens.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m0kl0l", imageAlt: "crispy fried chicken wings close up" }, + { title: "Crispy Delights", description: "Twice-fried for ultimate crunch and flavor.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hq0gmp", imageAlt: "grilled chicken breast served salad" }, + { title: "Fresh Sides", description: "Locally sourced vegetables served fresh daily.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=x4lw9x", imageAlt: "chicken shawarma wrap with sauce" }, ]} title="Signature Menu" description="Hand-picked ingredients and traditional cooking methods define our unique flavor profile." @@ -131,54 +88,12 @@ export default function LandingPage() { gridVariant="one-large-left-three-stacked-right" useInvertedBackground={true} products={[ - { - id: "p1", - name: "Whole Roast", - price: "$18", - variant: "Spicy/Normal", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=btr3th", - imageAlt: "whole golden roast chicken", - }, - { - id: "p2", - name: "Tenders", - price: "$12", - variant: "6pc/12pc", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=47kdbv", - imageAlt: "crispy chicken tenders with sauce", - }, - { - id: "p3", - name: "Wings Bucket", - price: "$15", - variant: "Spicy", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ow0mgk", - imageAlt: "spicy fried chicken wings bucket", - }, - { - id: "p4", - name: "Chicken Platter", - price: "$14", - variant: "Daily", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vddg0b", - imageAlt: "chicken breast platter with fries", - }, - { - id: "p5", - name: "Chicken Sandwich", - price: "$9", - variant: "Classic", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=owdrao", - imageAlt: "classic crispy chicken sandwich", - }, - { - id: "p6", - name: "Salad Bowl", - price: "$11", - variant: "Healthy", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=olv9vx", - imageAlt: "gourmet chicken salad bowl", - }, + { id: "p1", name: "Whole Roast", price: "$18", variant: "Spicy/Normal", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=btr3th", imageAlt: "whole golden roast chicken" }, + { id: "p2", name: "Tenders", price: "$12", variant: "6pc/12pc", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=47kdbv", imageAlt: "crispy chicken tenders with sauce" }, + { id: "p3", name: "Wings Bucket", price: "$15", variant: "Spicy", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ow0mgk", imageAlt: "spicy fried chicken wings bucket" }, + { id: "p4", name: "Chicken Platter", price: "$14", variant: "Daily", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vddg0b", imageAlt: "chicken breast platter with fries" }, + { id: "p5", name: "Chicken Sandwich", price: "$9", variant: "Classic", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=owdrao", imageAlt: "classic crispy chicken sandwich" }, + { id: "p6", name: "Salad Bowl", price: "$11", variant: "Healthy", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=olv9vx", imageAlt: "gourmet chicken salad bowl" }, ]} title="Popular Orders" description="Our best-selling items, loved by our community." @@ -189,36 +104,11 @@ export default function LandingPage() { @@ -244,17 +132,11 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1