Merge version_1 into main #2
208
src/app/page.tsx
208
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "signature-drinks",
|
||||
},
|
||||
name: "Menu", id: "signature-drinks"},
|
||||
{
|
||||
name: "Experience",
|
||||
id: "experience",
|
||||
},
|
||||
name: "Experience", id: "experience"},
|
||||
{
|
||||
name: "Location",
|
||||
id: "location",
|
||||
},
|
||||
name: "Location", id: "location"},
|
||||
]}
|
||||
brandName="Café Lavande"
|
||||
/>
|
||||
@@ -53,32 +45,15 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="A Quiet Place to Think."
|
||||
description="Café Lavande. Crafted coffee. Calm atmosphere. No rush."
|
||||
tag="Café Lavande"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-woman-striped-trench-coat-happily-talking-cellphone-sitting-near-big-window-while-spending-time-modern-cafe_574295-4851.jpg?_wi=1",
|
||||
imageAlt: "minimalist coffee shop interior lavender tones",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-woman-striped-trench-coat-happily-talking-cellphone-sitting-near-big-window-while-spending-time-modern-cafe_574295-4851.jpg", imageAlt: "minimalist coffee shop interior lavender tones"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-cheesecake-wooden-table-front-cushion-against-white-wall_23-2148067198.jpg",
|
||||
imageAlt: "minimalist coffee shop interior lavender tones",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-sitting-restaurant_23-2149930183.jpg",
|
||||
imageAlt: "Side view people sitting at restaurant",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-table_23-2148164788.jpg",
|
||||
imageAlt: "Coffee cup in a table",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/trendy-coffee-shop-city_53876-30213.jpg",
|
||||
imageAlt: "A trendy coffee shop in the city",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-cheesecake-wooden-table-front-cushion-against-white-wall_23-2148067198.jpg", imageAlt: "minimalist coffee shop interior lavender tones"}
|
||||
]}
|
||||
rating={5}
|
||||
ratingText="Top-rated quiet cafe"
|
||||
@@ -90,14 +65,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Not Just Coffee. A Place to Settle In.",
|
||||
},
|
||||
type: "text", content: "Not Just Coffee. A Place to Settle In."},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/paper-cup-books-cozy-room-interior-concept-coziness_169016-59744.jpg",
|
||||
alt: "person studying in quiet cafe",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/paper-cup-books-cozy-room-interior-concept-coziness_169016-59744.jpg", alt: "person studying in quiet cafe"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -110,47 +80,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Honey Lavender Latte",
|
||||
price: "$6.00",
|
||||
variant: "House Favorite",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-glass-ice-tea-table_181624-21683.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Honey Lavender Latte", price: "$6.00", variant: "House Favorite", imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-glass-ice-tea-table_181624-21683.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Smooth Cold Brew",
|
||||
price: "$4.50",
|
||||
variant: "Slow-Steeped",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-delicious-iced-coffee_52683-91640.jpg?_wi=1",
|
||||
},
|
||||
id: "2", name: "Smooth Cold Brew", price: "$4.50", variant: "Slow-Steeped", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-delicious-iced-coffee_52683-91640.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Lavender Chai",
|
||||
price: "$5.50",
|
||||
variant: "Balanced & Mild",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-black-background_24972-317.jpg?_wi=1",
|
||||
},
|
||||
id: "3", name: "Lavender Chai", price: "$5.50", variant: "Balanced & Mild", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-black-background_24972-317.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Espresso Tonic",
|
||||
price: "$5.00",
|
||||
variant: "Refreshing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-holding-bowl-from-shelf-homeware-store_169016-43152.jpg",
|
||||
},
|
||||
id: "4", name: "Espresso Tonic", price: "$5.00", variant: "Refreshing", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-bowl-from-shelf-homeware-store_169016-43152.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Oat Milk Mocha",
|
||||
price: "$5.75",
|
||||
variant: "Rich & Creamy",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-coffee-cup_23-2149600693.jpg",
|
||||
},
|
||||
id: "5", name: "Oat Milk Mocha", price: "$5.75", variant: "Rich & Creamy", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-coffee-cup_23-2149600693.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Chamomile Bloom",
|
||||
price: "$4.75",
|
||||
variant: "Herbal infusion",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bouquet-lavender-cup-coffee-bed_23-2148535447.jpg",
|
||||
},
|
||||
id: "6", name: "Chamomile Bloom", price: "$4.75", variant: "Herbal infusion", imageSrc: "http://img.b2bpic.net/free-photo/bouquet-lavender-cup-coffee-bed_23-2148535447.jpg"},
|
||||
]}
|
||||
title="Signature Drinks"
|
||||
description="Subtle, smooth, and crafted for your focus."
|
||||
@@ -164,29 +104,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Unlimited WiFi",
|
||||
descriptions: [
|
||||
"Work as long as you need with zero restrictions.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-drinks-tea-works-laptop-freelancer-working-cafe_1321-4578.jpg",
|
||||
},
|
||||
id: "f1", title: "Unlimited WiFi", descriptions: [
|
||||
"Work as long as you need with zero restrictions."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-drinks-tea-works-laptop-freelancer-working-cafe_1321-4578.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Quiet Environment",
|
||||
descriptions: [
|
||||
"A space respected by students and professionals alike.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064702.jpg",
|
||||
},
|
||||
id: "f2", title: "Quiet Environment", descriptions: [
|
||||
"A space respected by students and professionals alike."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064702.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Natural Lighting",
|
||||
descriptions: [
|
||||
"Bright, airy spaces to keep your energy focused.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focused-young-african-american-man-sitting-desk-co-working-space-coffee-shop-using-tablet_74855-9924.jpg",
|
||||
},
|
||||
id: "f3", title: "Natural Lighting", descriptions: [
|
||||
"Bright, airy spaces to keep your energy focused."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focused-young-african-american-man-sitting-desk-co-working-space-coffee-shop-using-tablet_74855-9924.jpg"},
|
||||
]}
|
||||
title="Built for Long Conversations & Longer Focus"
|
||||
description="Designed for those who need space to think. Calm, quiet, and welcoming."
|
||||
@@ -200,29 +128,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "g1",
|
||||
title: "Interior",
|
||||
descriptions: [
|
||||
"Minimalist, calm, understated.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colorful-pastel-minimal-interior-design_23-2151883505.jpg",
|
||||
},
|
||||
id: "g1", title: "Interior", descriptions: [
|
||||
"Minimalist, calm, understated."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colorful-pastel-minimal-interior-design_23-2151883505.jpg"},
|
||||
{
|
||||
id: "g2",
|
||||
title: "Outdoor",
|
||||
descriptions: [
|
||||
"Sunlight, breeze, peace.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-envelope-top-view_23-2148296159.jpg",
|
||||
},
|
||||
id: "g2", title: "Outdoor", descriptions: [
|
||||
"Sunlight, breeze, peace."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-envelope-top-view_23-2148296159.jpg"},
|
||||
{
|
||||
id: "g3",
|
||||
title: "Details",
|
||||
descriptions: [
|
||||
"Nature, subtle gold accents.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boy-eating-restaurant_23-2148172673.jpg",
|
||||
},
|
||||
id: "g3", title: "Details", descriptions: [
|
||||
"Nature, subtle gold accents."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boy-eating-restaurant_23-2148172673.jpg"},
|
||||
]}
|
||||
title="Aesthetic of Calm"
|
||||
description="Minimalist interior, soft sunlight, and slow moments."
|
||||
@@ -235,60 +151,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
date: "Oct 2024",
|
||||
title: "Student",
|
||||
quote: "Calm, light, and incredibly peaceful.",
|
||||
tag: "Studious",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-man-works-pc-school_641386-995.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-woman-striped-trench-coat-happily-talking-cellphone-sitting-near-big-window-while-spending-time-modern-cafe_574295-4851.jpg?_wi=2",
|
||||
imageAlt: "woman studying minimalist cafe portrait",
|
||||
},
|
||||
id: "1", name: "Sarah J.", date: "Oct 2024", title: "Student", quote: "Calm, light, and incredibly peaceful.", tag: "Studious", avatarSrc: "http://img.b2bpic.net/free-photo/young-man-works-pc-school_641386-995.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-woman-striped-trench-coat-happily-talking-cellphone-sitting-near-big-window-while-spending-time-modern-cafe_574295-4851.jpg", imageAlt: "woman studying minimalist cafe portrait"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark D.",
|
||||
date: "Sep 2024",
|
||||
title: "Developer",
|
||||
quote: "One of the best quiet coffee spots to focus.",
|
||||
tag: "Professional",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-brunette-girl-drinking-cup-coffee-pointing-thumb-up-side-smiling-happy-with-open-mouth_839833-8408.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/paper-cup-books-cozy-room-interior-concept-coziness_169016-59744.jpg",
|
||||
imageAlt: "woman studying minimalist cafe portrait",
|
||||
},
|
||||
id: "2", name: "Mark D.", date: "Sep 2024", title: "Developer", quote: "One of the best quiet coffee spots to focus.", tag: "Professional", avatarSrc: "http://img.b2bpic.net/free-photo/young-brunette-girl-drinking-cup-coffee-pointing-thumb-up-side-smiling-happy-with-open-mouth_839833-8408.jpg", imageSrc: "http://img.b2bpic.net/free-photo/paper-cup-books-cozy-room-interior-concept-coziness_169016-59744.jpg", imageAlt: "woman studying minimalist cafe portrait"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
date: "Aug 2024",
|
||||
title: "Writer",
|
||||
quote: "Great drinks and relaxing atmosphere.",
|
||||
tag: "Creative",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064704.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-glass-ice-tea-table_181624-21683.jpg?_wi=2",
|
||||
imageAlt: "woman studying minimalist cafe portrait",
|
||||
},
|
||||
id: "3", name: "Emily R.", date: "Aug 2024", title: "Writer", quote: "Great drinks and relaxing atmosphere.", tag: "Creative", avatarSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064704.jpg", imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-glass-ice-tea-table_181624-21683.jpg", imageAlt: "woman studying minimalist cafe portrait"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Kevin L.",
|
||||
date: "Jul 2024",
|
||||
title: "Student",
|
||||
quote: "I love the silence and the unlimited wifi.",
|
||||
tag: "Student",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-their-cups-tea_23-2148693090.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-delicious-iced-coffee_52683-91640.jpg?_wi=2",
|
||||
imageAlt: "woman studying minimalist cafe portrait",
|
||||
},
|
||||
id: "4", name: "Kevin L.", date: "Jul 2024", title: "Student", quote: "I love the silence and the unlimited wifi.", tag: "Student", avatarSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-their-cups-tea_23-2148693090.jpg", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-delicious-iced-coffee_52683-91640.jpg", imageAlt: "woman studying minimalist cafe portrait"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Anna P.",
|
||||
date: "Jun 2024",
|
||||
title: "Remote worker",
|
||||
quote: "The perfect place to clear my head.",
|
||||
tag: "Remote Work",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5912.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-black-background_24972-317.jpg?_wi=2",
|
||||
imageAlt: "woman studying minimalist cafe portrait",
|
||||
},
|
||||
id: "5", name: "Anna P.", date: "Jun 2024", title: "Remote worker", quote: "The perfect place to clear my head.", tag: "Remote Work", avatarSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5912.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-black-background_24972-317.jpg", imageAlt: "woman studying minimalist cafe portrait"},
|
||||
]}
|
||||
title="Loved by the Quiet Crowd"
|
||||
description="Why focus lovers choose Café Lavande."
|
||||
@@ -299,8 +170,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Find Your Peace"
|
||||
description="123 Lavender Lane, Quiet Town. Free parking available nearby. Hours: 8am-8pm."
|
||||
tag="Visit Us"
|
||||
|
||||
Reference in New Issue
Block a user