Merge version_1 into main #2
109
src/app/page.tsx
109
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"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Experience",
|
||||
id: "experience",
|
||||
},
|
||||
{
|
||||
name: "The Slap",
|
||||
id: "why",
|
||||
},
|
||||
{
|
||||
name: "How To",
|
||||
id: "how",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Experience", id: "experience" },
|
||||
{ name: "Journey", id: "journey" },
|
||||
{ name: "Why", id: "why" },
|
||||
{ name: "How To", id: "how" },
|
||||
]}
|
||||
brandName="Papa Murphy's NV"
|
||||
/>
|
||||
@@ -45,26 +41,20 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="I Paid $21… AND HAD TO COOK IT MYSELF???"
|
||||
description="Welcome to Papa Murphy’s Nevada — where YOU are the chef, whether you like it or not. Embrace the irony of raw dough and neon lights."
|
||||
description="Welcome to Papa Murphy’s Nevada — where YOU are the chef, whether you like it or not."
|
||||
testimonials={[
|
||||
{
|
||||
name: "NevadaPizzaGuy",
|
||||
handle: "@pizzastrugs",
|
||||
testimonial: "I walked in, paid twenty-one bucks, and they just handed me a pile of dough. Absolute chaos. 10/10.",
|
||||
rating: 5,
|
||||
name: "NevadaPizzaGuy", handle: "@pizzastrugs", testimonial: "I walked in, paid twenty-one bucks, and they just handed me a pile of dough. Absolute chaos. 10/10.", rating: 5,
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Fine… I’ll Cook It",
|
||||
href: "#how",
|
||||
},
|
||||
text: "Fine… I’ll Cook It", href: "#how"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AK2wBYeWn8KEOb3FZLt68Zuy4Z/dramatic-high-definition-shot-of-a-raw-p-1774474959962-5eebbd8b.png"
|
||||
imageAlt="Raw pizza in a tray under neon lighting"
|
||||
imageAlt="Dramatic, high-definition shot of a raw Papa Murphy's pizza in a cardboard tray, neon red and yellow"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -74,11 +64,8 @@ export default function LandingPage() {
|
||||
title="The Experience (aka ‘Character Building’)"
|
||||
buttons={[
|
||||
{
|
||||
text: "I Need Help",
|
||||
href: "#how",
|
||||
},
|
||||
text: "I Need Help", href: "#how"},
|
||||
]}
|
||||
tag="Vibe Check"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="How It Works: Step 1: Order your pizza. Step 2: Take it home and put it in your oven. Don't overthink it, chef."
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "#",
|
||||
},
|
||||
text: "Order Now", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -168,25 +131,17 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Nevada Locations",
|
||||
items: [
|
||||
title: "Nevada Locations", items: [
|
||||
{
|
||||
label: "Las Vegas",
|
||||
href: "#",
|
||||
},
|
||||
label: "Las Vegas", href: "#"},
|
||||
{
|
||||
label: "Reno",
|
||||
href: "#",
|
||||
},
|
||||
label: "Reno", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user