Merge version_1 into main #2
114
src/app/page.tsx
114
src/app/page.tsx
@@ -28,14 +28,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Menu", id: "/menu"},
|
||||
{
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Order", id: "/order"},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Menu", id: "/menu" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Order", id: "/order" },
|
||||
]}
|
||||
brandName="Papparoti"
|
||||
/>
|
||||
@@ -43,41 +39,28 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "sparkles-gradient"}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="Freshly Baked. Perfectly Brewed. Unforgettable."
|
||||
description="Experience the iconic Papparoti coffee bun — crispy on the outside, soft and buttery on the inside."
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now", href: "/order"},
|
||||
{
|
||||
text: "Visit Us", href: "#location"},
|
||||
{ text: "Order Now", href: "/order" },
|
||||
{ text: "Visit Us", href: "#location" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-hand-pouring-cream_23-2148904689.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-young-man-wearing-trendy-hat-sitting-wooden-table-coffee-shop_273609-1622.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/people-drinking-coffee-spacious-cafeteria_23-2150423993.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/people-drinking-coffee-spacious-cafeteria_23-2150423991.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/women-drinking-coffee_23-2148006750.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-pretty-woman-cafe_1328-2403.jpg", alt: "Customer 5"},
|
||||
{ src: "http://img.b2bpic.net/free-photo/handsome-young-man-wearing-trendy-hat-sitting-wooden-table-coffee-shop_273609-1622.jpg", alt: "Customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/people-drinking-coffee-spacious-cafeteria_23-2150423993.jpg", alt: "Customer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/people-drinking-coffee-spacious-cafeteria_23-2150423991.jpg", alt: "Customer 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/women-drinking-coffee_23-2148006750.jpg", alt: "Customer 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-pretty-woman-cafe_1328-2403.jpg", alt: "Customer 5" },
|
||||
]}
|
||||
avatarText="Join 10,000+ happy customers"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text", text: "Freshly Baked"},
|
||||
{
|
||||
type: "text", text: "Premium Arabica"},
|
||||
{
|
||||
type: "text", text: "Signature Caramel"},
|
||||
{
|
||||
type: "text", text: "Artisan Quality"},
|
||||
{
|
||||
type: "text", text: "Warm Atmosphere"},
|
||||
{ type: "text", text: "Freshly Baked" },
|
||||
{ type: "text", text: "Premium Arabica" },
|
||||
{ type: "text", text: "Signature Caramel" },
|
||||
{ type: "text", text: "Artisan Quality" },
|
||||
{ type: "text", text: "Warm Atmosphere" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -89,12 +72,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Signature Bun", price: "$4.50", variant: "Coffee Caramel", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-arrangement_23-2150312220.jpg"},
|
||||
{
|
||||
id: "p2", name: "Premium Roast", price: "$3.00", variant: "Arabica", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-assortment_23-2150312222.jpg"},
|
||||
{
|
||||
id: "p3", name: "Signature Shake", price: "$6.00", variant: "Vanilla Bean", imageSrc: "http://img.b2bpic.net/free-photo/side-view-croissant-plate-trivet-with-lemon-tangerine-kumquat-flour-ginger-with-spoon-honey-dipper-rolling-pin-black-background_141793-130598.jpg"},
|
||||
{ id: "p1", name: "Signature Bun", price: "$4.50", variant: "Coffee Caramel", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-arrangement_23-2150312220.jpg" },
|
||||
{ id: "p2", name: "Premium Roast", price: "$3.00", variant: "Arabica", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-assortment_23-2150312222.jpg" },
|
||||
{ id: "p3", name: "Signature Shake", price: "$6.00", variant: "Vanilla Bean", imageSrc: "http://img.b2bpic.net/free-photo/side-view-croissant-plate-trivet-with-lemon-tangerine-kumquat-flour-ginger-with-spoon-honey-dipper-rolling-pin-black-background_141793-130598.jpg" },
|
||||
]}
|
||||
title="The Bun That Started It All"
|
||||
description="Golden crust infused with coffee caramel topping, soft fluffy inside, served hot."
|
||||
@@ -107,16 +87,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", role: "Foodie", testimonial: "The best coffee bun I've ever had.", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-enjoying-beverage_23-2149304428.jpg"},
|
||||
{
|
||||
id: "2", name: "Michael Chen", role: "Local", testimonial: "You walk in for coffee, you stay for the experience.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-cafe_1303-25716.jpg"},
|
||||
{
|
||||
id: "3", name: "Elena Rossi", role: "Blogger", testimonial: "Absolute perfection, buttery and crisp.", imageSrc: "http://img.b2bpic.net/free-photo/boy-having-coffee-restaurant_23-2148172665.jpg"},
|
||||
{
|
||||
id: "4", name: "David Kim", role: "Visitor", testimonial: "My morning ritual now involves Papparoti.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-looking-menu-together-restaurant_23-2150520063.jpg"},
|
||||
{
|
||||
id: "5", name: "Anna Smith", role: "Regular", testimonial: "Unbeatable freshness every single time.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-iced-coffee_23-2149624091.jpg"},
|
||||
{ id: "1", name: "Sarah Johnson", role: "Foodie", testimonial: "The best coffee bun I've ever had.", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-enjoying-beverage_23-2149304428.jpg" },
|
||||
{ id: "2", name: "Michael Chen", role: "Local", testimonial: "You walk in for coffee, you stay for the experience.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-cafe_1303-25716.jpg" },
|
||||
{ id: "3", name: "Elena Rossi", role: "Blogger", testimonial: "Absolute perfection, buttery and crisp.", imageSrc: "http://img.b2bpic.net/free-photo/boy-having-coffee-restaurant_23-2148172665.jpg" },
|
||||
{ id: "4", name: "David Kim", role: "Visitor", testimonial: "My morning ritual now involves Papparoti.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-looking-menu-together-restaurant_23-2150520063.jpg" },
|
||||
{ id: "5", name: "Anna Smith", role: "Regular", testimonial: "Unbeatable freshness every single time.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-iced-coffee_23-2149624091.jpg" },
|
||||
]}
|
||||
title="Loved by thousands"
|
||||
description="See why our customers keep coming back for more."
|
||||
@@ -131,14 +106,8 @@ export default function LandingPage() {
|
||||
title="Our Impact"
|
||||
description="Serving happiness one bun at a time."
|
||||
metrics={[
|
||||
{
|
||||
id: "m1", value: "1M+", title: "Buns Baked", items: [
|
||||
"Fresh daily", "Artisan quality"],
|
||||
},
|
||||
{
|
||||
id: "m2", value: "50+", title: "Locations", items: [
|
||||
"Worldwide", "Open daily"],
|
||||
},
|
||||
{ id: "m1", value: "1M+", title: "Buns Baked", items: ["Fresh daily", "Artisan quality"] },
|
||||
{ id: "m2", value: "50+", title: "Locations", items: ["Worldwide", "Open daily"] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -148,10 +117,10 @@ export default function LandingPage() {
|
||||
testimonial="Absolutely wonderful service and taste!"
|
||||
rating={5}
|
||||
author="Alex Rivera"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-adult-enjoying-beverage_23-2149304428.jpg", alt: "Author" }
|
||||
]}
|
||||
avatars={[{ src: "http://img.b2bpic.net/free-photo/young-adult-enjoying-beverage_23-2149304428.jpg", alt: "Author" }]}
|
||||
useInvertedBackground={false}
|
||||
ratingAnimation="opacity"
|
||||
avatarsAnimation="opacity"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -159,26 +128,9 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
logoText="Papparoti"
|
||||
columns={[
|
||||
{
|
||||
title: "Visit", items: [
|
||||
{
|
||||
label: "Find a Location", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Buns", href: "/menu"},
|
||||
{
|
||||
label: "Coffee", href: "/menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy", href: "#"},
|
||||
],
|
||||
},
|
||||
{ title: "Visit", items: [{ label: "Find a Location", href: "#" }] },
|
||||
{ title: "Menu", items: [{ label: "Buns", href: "/menu" }, { label: "Coffee", href: "/menu" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user