diff --git a/src/app/page.tsx b/src/app/page.tsx index e32a963..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,28 +76,16 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "1", - value: "😏", - title: "Excitement", - description: "You walked in hungry, ready for that pizza energy.", + 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.", + 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?", + 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.", + id: "4", value: "🔥", title: "Acceptance", description: "Whatever, I'm a chef now. This is my life.", videoSrc: "" }, ]} title="The $21 Emotional Journey" @@ -126,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." @@ -152,14 +118,11 @@ export default function LandingPage() { @@ -168,25 +131,17 @@ export default function LandingPage() {