Merge version_1 into main #2
266
src/app/page.tsx
266
src/app/page.tsx
@@ -31,18 +31,9 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Visit",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Visit", id: "contact" },
|
||||
]}
|
||||
brandName="Kore Bakery"
|
||||
/>
|
||||
@@ -50,43 +41,17 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="A Hidden Gem for Coffee, Pastries & Quiet Moments"
|
||||
description="Handcrafted lattes, fresh pastries, and a calm space tucked in the heart of the city."
|
||||
tag="Hidden Gem in Chinatown"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "Visit Us Today",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
{ text: "Visit Us Today", href: "#contact" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/warm-cup-tea-rainy-afternoon-steam-rising-soft-golden-light-that-filters-through-rainstreaked-windows_73899-27535.jpg?_wi=1",
|
||||
imageAlt: "Close up latte art ceramic",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dreamy-stylish-girl-with-blonde-hair-pink-lips-sitting-coffee-shop-with-wooden-chairs-table-she-holds-cup-cofee-touches-her-hair_197531-102.jpg?_wi=1",
|
||||
imageAlt: "Modern minimal cafe interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-cup-indoors_23-2150708146.jpg",
|
||||
imageAlt: "Delicious coffee cup indoors",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-mug_74190-2644.jpg",
|
||||
imageAlt: "Coffee mug",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-drinking-coffee_23-2148395430.jpg",
|
||||
imageAlt: "Low angle friends drinking coffee",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/warm-cup-tea-rainy-afternoon-steam-rising-soft-golden-light-that-filters-through-rainstreaked-windows_73899-27535.jpg", imageAlt: "Close up latte art ceramic" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/dreamy-stylish-girl-with-blonde-hair-pink-lips-sitting-coffee-shop-with-wooden-chairs-table-she-holds-cup-cofee-touches-her-hair_197531-102.jpg", imageAlt: "Modern minimal cafe interior" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -100,13 +65,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"The Coffee Chronicle",
|
||||
"Urban Bites Daily",
|
||||
"Cafe Seekers Guide",
|
||||
"City Living Mag",
|
||||
"Chinatown Insider",
|
||||
"The Pastry Review",
|
||||
"Morning Rituals Blog",
|
||||
"The Coffee Chronicle", "Urban Bites Daily", "Cafe Seekers Guide", "City Living Mag", "Chinatown Insider"
|
||||
]}
|
||||
title="As Featured In"
|
||||
description="Celebrating our community and craft."
|
||||
@@ -117,15 +76,8 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "More Than a Coffee Shop",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/nobody-setting-terrace-bar-outside_1203-4630.jpg",
|
||||
alt: "Modern minimal cafe interior",
|
||||
},
|
||||
{ type: "text", content: "More Than a Coffee Shop" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/nobody-setting-terrace-bar-outside_1203-4630.jpg", alt: "Modern minimal cafe interior" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -137,60 +89,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Coffee",
|
||||
name: "Tiramisu Latte",
|
||||
price: "$6.50",
|
||||
rating: 5,
|
||||
reviewCount: "128",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/latte-art-heart_23-2151961342.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Pastry",
|
||||
name: "Strawberry Croffle",
|
||||
price: "$5.00",
|
||||
rating: 5,
|
||||
reviewCount: "92",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sweet-delicious-raspberry-cookies-with-ripe-raspberries-top-view_114579-4714.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Coffee",
|
||||
name: "Gingerbread Latte",
|
||||
price: "$6.00",
|
||||
rating: 4,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girls-near-windows_1157-4345.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Coffee",
|
||||
name: "Cappuccino",
|
||||
price: "$4.50",
|
||||
rating: 5,
|
||||
reviewCount: "210",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steel-italian-mug-bar-two_1172-308.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Coffee",
|
||||
name: "Golden Caramel Coffee",
|
||||
price: "$5.50",
|
||||
rating: 5,
|
||||
reviewCount: "74",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-french-press-with-glass-water-coffee-beans-table_140725-10916.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Pastry",
|
||||
name: "Butter Croissant",
|
||||
price: "$4.00",
|
||||
rating: 5,
|
||||
reviewCount: "105",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-morning-pastry-coffee-display-traditional-city-cafe_613910-18517.jpg",
|
||||
},
|
||||
{ id: "1", brand: "Coffee", name: "Tiramisu Latte", price: "$6.50", rating: 5, reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/latte-art-heart_23-2151961342.jpg" },
|
||||
{ id: "2", brand: "Pastry", name: "Strawberry Croffle", price: "$5.00", rating: 5, reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/sweet-delicious-raspberry-cookies-with-ripe-raspberries-top-view_114579-4714.jpg" },
|
||||
{ id: "3", brand: "Coffee", name: "Gingerbread Latte", price: "$6.00", rating: 4, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/girls-near-windows_1157-4345.jpg" },
|
||||
]}
|
||||
title="Customer Favorites"
|
||||
description="Handcrafted drinks and pastries, made with intention."
|
||||
@@ -203,57 +104,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Study Friendly",
|
||||
description: "Calm seating for students and remote workers.",
|
||||
icon: BookOpen,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-table-restaurant-seen-from-window-glass_23-2147861906.jpg",
|
||||
imageAlt: "Calm cafe seating nook",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-asian-woman-friends-reunion_23-2149244680.jpg",
|
||||
imageAlt: "Modern minimal cafe interior",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/warm-cup-tea-rainy-afternoon-steam-rising-soft-golden-light-that-filters-through-rainstreaked-windows_73899-27535.jpg?_wi=2",
|
||||
imageAlt: "calm cafe seating nook",
|
||||
},
|
||||
{
|
||||
title: "Fast WiFi",
|
||||
description: "Reliable connection for all your needs.",
|
||||
icon: Wifi,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-chair-restaurant_1339-5436.jpg",
|
||||
imageAlt: "Modern minimal cafe interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-lady-wearing-hat-glasses-using-cellphone_171337-19568.jpg",
|
||||
imageAlt: "Calm cafe seating nook",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dreamy-stylish-girl-with-blonde-hair-pink-lips-sitting-coffee-shop-with-wooden-chairs-table-she-holds-cup-cofee-touches-her-hair_197531-102.jpg?_wi=2",
|
||||
imageAlt: "calm cafe seating nook",
|
||||
},
|
||||
{
|
||||
title: "Welcoming Staff",
|
||||
description: "Friendly faces to brighten your day.",
|
||||
icon: Smile,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064702.jpg",
|
||||
imageAlt: "Calm cafe seating nook",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086041.jpg",
|
||||
imageAlt: "Modern minimal cafe interior",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/latte-art-heart_23-2151961342.jpg?_wi=2",
|
||||
imageAlt: "calm cafe seating nook",
|
||||
},
|
||||
{ title: "Study Friendly", description: "Calm seating for students and remote workers.", icon: BookOpen, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-table-restaurant-seen-from-window-glass_23-2147861906.jpg", imageAlt: "Calm cafe seating nook" }, { imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-asian-woman-friends-reunion_23-2149244680.jpg", imageAlt: "Modern minimal cafe interior" }] },
|
||||
{ title: "Fast WiFi", description: "Reliable connection for all your needs.", icon: Wifi, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/empty-chair-restaurant_1339-5436.jpg", imageAlt: "Modern minimal cafe interior" }, { imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-lady-wearing-hat-glasses-using-cellphone_171337-19568.jpg", imageAlt: "Calm cafe seating nook" }] },
|
||||
{ title: "Welcoming Staff", description: "Friendly faces to brighten your day.", icon: Smile, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064702.jpg", imageAlt: "Calm cafe seating nook" }, { imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086041.jpg", imageAlt: "Modern minimal cafe interior" }] },
|
||||
]}
|
||||
title="A Quiet Space in the City"
|
||||
description="Designed for focus, reflection, and quiet company."
|
||||
@@ -265,47 +118,10 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
description="We love our customers."
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
handle: "@sarahj",
|
||||
testimonial: "Best cappuccino I've ever had.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-cup_23-2149005452.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
handle: "@mchen",
|
||||
testimonial: "Perfect for focus or relaxation.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-enjoying-relaxing-time-home_23-2149106986.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
handle: "@emilyrod",
|
||||
testimonial: "Tiramisu latte is addictive.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-paper-bags-holding-coffee-cup_23-2147688358.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
handle: "@dkim",
|
||||
testimonial: "Hidden gem worth finding.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe-with-orange-juice_1157-32296.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Chloe Wang",
|
||||
handle: "@chloew",
|
||||
testimonial: "So quiet and peaceful.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-white-headphones-smoothie-table_1157-2107.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "Best cappuccino I've ever had.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-cup_23-2149005452.jpg" },
|
||||
{ id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Perfect for focus or relaxation.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-enjoying-relaxing-time-home_23-2149106986.jpg" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Customers Are Saying"
|
||||
@@ -318,18 +134,8 @@ export default function LandingPage() {
|
||||
title="Visit Kore Bakery"
|
||||
description="Find us in the heart of the city."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/china-stairs-stone-tiles-old-water_1417-577.jpg"
|
||||
imageAlt="Hidden chinatown cafe exterior"
|
||||
@@ -339,32 +145,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Navigation", items: [{ label: "Menu", href: "#menu" }, { label: "About", href: "#about" }] },
|
||||
{ title: "Social", items: [{ label: "Instagram", href: "#" }, { label: "Twitter", href: "#" }] },
|
||||
]}
|
||||
logoText="Kore Bakery"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user