Merge version_1 into main #2
206
src/app/page.tsx
206
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "The Story",
|
||||
id: "story",
|
||||
},
|
||||
name: "The Story", id: "story"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="THE HIDDEN PIG"
|
||||
/>
|
||||
@@ -52,36 +44,25 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="The Best Pizza You’ll Ever Have (If You Can Get It)"
|
||||
description="Small batches. Sold out often. Loved by locals."
|
||||
kpis={[
|
||||
{
|
||||
value: "4.8",
|
||||
label: "Google Rating",
|
||||
},
|
||||
value: "4.8", label: "Google Rating"},
|
||||
{
|
||||
value: "Daily",
|
||||
label: "Sold Out Often",
|
||||
},
|
||||
value: "Daily", label: "Sold Out Often"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Hand Crafted",
|
||||
},
|
||||
value: "100%", label: "Hand Crafted"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Order Now", href: "#contact"},
|
||||
{
|
||||
text: "See Why We Sell Out",
|
||||
href: "#story",
|
||||
},
|
||||
text: "See Why We Sell Out", href: "#story"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/small-pottery-ban-covered-with-crusty-dough-with-sesame-top_140725-1618.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/small-pottery-ban-covered-with-crusty-dough-with-sesame-top_140725-1618.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -93,45 +74,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
handle: "@sarahj",
|
||||
testimonial: "Honestly the best pizza going around.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-eat-pizza-outdoor-cafeteria_273609-44914.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "Honestly the best pizza going around.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-eat-pizza-outdoor-cafeteria_273609-44914.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael C.",
|
||||
handle: "@michealc",
|
||||
testimonial: "These are the BEST pizzas we have ever eaten.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895433.jpg?_wi=1",
|
||||
},
|
||||
id: "2", name: "Michael C.", handle: "@michealc", testimonial: "These are the BEST pizzas we have ever eaten.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895433.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
handle: "@emilyr",
|
||||
testimonial: "No greasy base. Fresh. Perfect.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-friends-cafe-eatting-pizza_1157-21855.jpg",
|
||||
},
|
||||
id: "3", name: "Emily R.", handle: "@emilyr", testimonial: "No greasy base. Fresh. Perfect.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-friends-cafe-eatting-pizza_1157-21855.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
handle: "@davidk",
|
||||
testimonial: "So good we travel from Melbourne for it.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-eating-slice-sausage-pizza-restaurant_140725-5031.jpg",
|
||||
},
|
||||
id: "4", name: "David K.", handle: "@davidk", testimonial: "So good we travel from Melbourne for it.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-eating-slice-sausage-pizza-restaurant_140725-5031.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "James L.",
|
||||
handle: "@jamesl",
|
||||
testimonial: "The crust is unreal, definitely a hidden gem.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-eat-pizza-outdoor-cafeteria_273609-44914.jpg?_wi=2",
|
||||
},
|
||||
id: "5", name: "James L.", handle: "@jamesl", testimonial: "The crust is unreal, definitely a hidden gem.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-eat-pizza-outdoor-cafeteria_273609-44914.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Adelaide’s Hidden Pizza Obsession"
|
||||
@@ -141,52 +97,35 @@ export default function LandingPage() {
|
||||
|
||||
<div id="story" data-section="story">
|
||||
<FeatureCardNine
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Hand-Crafted Daily",
|
||||
description: "Fresh dough made every morning.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pepperoni-pizza-with-ingredients_23-2148765305.jpg?_wi=1",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pizza-wooden-background_23-2148574221.jpg?_wi=1",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/small-pottery-ban-covered-with-crusty-dough-with-sesame-top_140725-1618.jpg?_wi=2",
|
||||
imageAlt: "cinematic close up artisan pizza crust",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Premium Ingredients",
|
||||
description: "Only the finest, locally sourced toppings.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tomatoes-raw-meat-onions-pita-bread_140725-3525.jpg?_wi=1",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pepperoni-pizza-with-ingredients_23-2148765305.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-eat-pizza-outdoor-cafeteria_273609-44914.jpg?_wi=3",
|
||||
imageAlt: "happy customer eating pizza high quality",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Detroit Style Focus",
|
||||
description: "Limited daily batches of our signature style.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pizza-wooden-background_23-2148574221.jpg?_wi=2",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tomatoes-raw-meat-onions-pita-bread_140725-3525.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895433.jpg?_wi=2",
|
||||
imageAlt: "smiling foodie pizza lover photo",
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
title="Not Your Average Pizza"
|
||||
description="We don’t mass produce. We don’t cut corners."
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Hand-Crafted Daily", description: "Fresh dough made every morning.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pepperoni-pizza-with-ingredients_23-2148765305.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pizza-wooden-background_23-2148574221.jpg"}
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Premium Ingredients", description: "Only the finest, locally sourced toppings.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tomatoes-raw-meat-onions-pita-bread_140725-3525.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pepperoni-pizza-with-ingredients_23-2148765305.jpg"}
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Detroit Style Focus", description: "Limited daily batches of our signature style.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pizza-wooden-background_23-2148574221.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tomatoes-raw-meat-onions-pita-bread_140725-3525.jpg"}
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -198,32 +137,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Classic",
|
||||
name: "Pepperoni",
|
||||
price: "$22",
|
||||
rating: 5,
|
||||
reviewCount: "1.2k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pepperoni-pizza-with-ingredients_23-2148765305.jpg?_wi=3",
|
||||
},
|
||||
id: "p1", brand: "Classic", name: "Pepperoni", price: "$22", rating: 5,
|
||||
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pepperoni-pizza-with-ingredients_23-2148765305.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Signature",
|
||||
name: "Supreme",
|
||||
price: "$26",
|
||||
rating: 5,
|
||||
reviewCount: "800",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pizza-wooden-background_23-2148574221.jpg?_wi=3",
|
||||
},
|
||||
id: "p2", brand: "Signature", name: "Supreme", price: "$26", rating: 5,
|
||||
reviewCount: "800", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pizza-wooden-background_23-2148574221.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Limited",
|
||||
name: "Detroit Style",
|
||||
price: "$28",
|
||||
rating: 5,
|
||||
reviewCount: "500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tomatoes-raw-meat-onions-pita-bread_140725-3525.jpg?_wi=3",
|
||||
},
|
||||
id: "p3", brand: "Limited", name: "Detroit Style", price: "$28", rating: 5,
|
||||
reviewCount: "500", imageSrc: "http://img.b2bpic.net/free-photo/tomatoes-raw-meat-onions-pita-bread_140725-3525.jpg"},
|
||||
]}
|
||||
title="The Favourites"
|
||||
description="A curated selection of our best work."
|
||||
@@ -234,8 +155,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "canvas-reveal",
|
||||
}}
|
||||
variant: "canvas-reveal"}}
|
||||
tag="GET IN TOUCH"
|
||||
title="Tonight’s Pizza Sorted"
|
||||
description="Order now or miss out and regret it tomorrow."
|
||||
@@ -247,29 +167,19 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Navigate",
|
||||
items: [
|
||||
title: "Navigate", items: [
|
||||
{
|
||||
label: "Order",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Order", href: "#contact"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Community",
|
||||
items: [
|
||||
title: "Community", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#story",
|
||||
},
|
||||
label: "Our Story", href: "#story"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Reviews", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user