From c60e2837ca4b24caf9b59d029fc0e3b18fe970ba Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Wed, 25 Mar 2026 21:43:32 +0000 Subject: [PATCH 1/2] Bob AI: fix build error in src/app/page.tsx --- src/app/page.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index e32a963..ee42dc6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,24 +93,28 @@ export default function LandingPage() { value: "😏", title: "Excitement", description: "You walked in hungry, ready for that pizza energy.", + videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/assets/placeholder-video.mp4", }, { id: "2", value: "🤨", title: "Confusion", description: "Why is the dough cold? Where is the oven? Oh no.", + videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/assets/placeholder-video.mp4", }, { id: "3", value: "😐", title: "Denial", description: "This is definitely a prank. They're going to bake it, right?", + videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/assets/placeholder-video.mp4", }, { id: "4", value: "🔥", title: "Acceptance", description: "Whatever, I'm a chef now. This is my life.", + videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/assets/placeholder-video.mp4", }, ]} title="The $21 Emotional Journey" -- 2.49.1 From 3c81f375883560d78207b8edd7c00935786450f0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 21:43:41 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 113 ++++++++++++++--------------------------------- 1 file changed, 32 insertions(+), 81 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ee42dc6..436fb45 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,27 +16,23 @@ export default function LandingPage() { defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -89,32 +76,16 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "1", - value: "😏", - title: "Excitement", - description: "You walked in hungry, ready for that pizza energy.", - videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/assets/placeholder-video.mp4", + id: "1", value: "😏", title: "Excitement", description: "You walked in hungry, ready for that pizza energy.", videoSrc: "" }, { - id: "2", - value: "🤨", - title: "Confusion", - description: "Why is the dough cold? Where is the oven? Oh no.", - videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/assets/placeholder-video.mp4", + id: "2", value: "🤨", title: "Confusion", description: "Why is the dough cold? Where is the oven? Oh no.", videoSrc: "" }, { - id: "3", - value: "😐", - title: "Denial", - description: "This is definitely a prank. They're going to bake it, right?", - videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/assets/placeholder-video.mp4", + id: "3", value: "😐", title: "Denial", description: "This is definitely a prank. They're going to bake it, right?", videoSrc: "" }, { - id: "4", - value: "🔥", - title: "Acceptance", - description: "Whatever, I'm a chef now. This is my life.", - videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/assets/placeholder-video.mp4", + id: "4", value: "🔥", title: "Acceptance", description: "Whatever, I'm a chef now. This is my life.", videoSrc: "" }, ]} title="The $21 Emotional Journey" @@ -130,22 +101,13 @@ export default function LandingPage() { features={[ { id: 1, - title: "Raw Mastery", - description: "You control the bake, you control the destiny.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AK2wBYeWn8KEOb3FZLt68Zuy4Z/the-same-raw-pizza-now-fully-baked-golde-1774474959895-c497364a.png?_wi=1", - }, + title: "Raw Mastery", description: "You control the bake, you control the destiny.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AK2wBYeWn8KEOb3FZLt68Zuy4Z/the-same-raw-pizza-now-fully-baked-golde-1774474959895-c497364a.png"}, { id: 2, - title: "Chef Status", - description: "Impress your roommates with your 'homemade' cooking skills.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AK2wBYeWn8KEOb3FZLt68Zuy4Z/the-same-raw-pizza-now-fully-baked-golde-1774474959895-c497364a.png?_wi=2", - }, + title: "Chef Status", description: "Impress your roommates with your 'homemade' cooking skills.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AK2wBYeWn8KEOb3FZLt68Zuy4Z/the-same-raw-pizza-now-fully-baked-golde-1774474959895-c497364a.png"}, { id: 3, - title: "Vegas Fresh", - description: "Made in NV, finished by you. It's science.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AK2wBYeWn8KEOb3FZLt68Zuy4Z/the-same-raw-pizza-now-fully-baked-golde-1774474959895-c497364a.png?_wi=3", - }, + title: "Vegas Fresh", description: "Made in NV, finished by you. It's science.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AK2wBYeWn8KEOb3FZLt68Zuy4Z/the-same-raw-pizza-now-fully-baked-golde-1774474959895-c497364a.png"}, ]} title="Why It Actually Slaps" description="Lowkey… it hits different when it comes out of YOUR oven. You earned this delicious struggle." @@ -156,14 +118,11 @@ export default function LandingPage() { @@ -172,25 +131,17 @@ export default function LandingPage() {