Update src/app/page.tsx
This commit is contained in:
171
src/app/page.tsx
171
src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Craft",
|
||||
id: "craft",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Craft", id: "craft" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Café de Max"
|
||||
/>
|
||||
@@ -53,42 +41,17 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="A Taste of Nice in Every Cup."
|
||||
description="Specialty Ethiopian beans, hand-crafted pastries, and the perfect sidewalk view on Rue Paul Déroulède."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "View Our Menu", href: "#menu" }]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-hands-preparing-coffee-customer-coffee-shop_93675-135394.jpg",
|
||||
imageAlt: "Espresso Pouring",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/food-photography-restaurant-concept-vegetable-pie-black-table_176420-15971.jpg",
|
||||
imageAlt: "Artisanal Quiche",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/house-exterior-with-wooden-fence_23-2147663471.jpg",
|
||||
imageAlt: "Sidewalk Seating in Nice",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-coffee-shop-equipment_23-2148366540.jpg",
|
||||
imageAlt: "Double Espresso",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/latte-black-coffee-milk-espresso-cinnamon-milk-foam-side-view_141793-12256.jpg",
|
||||
imageAlt: "Golden Latte",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pie-topped-with-eclairs-chocolate_140725-6293.jpg",
|
||||
imageAlt: "Homemade Apple Cake",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-hands-preparing-coffee-customer-coffee-shop_93675-135394.jpg", imageAlt: "Espresso Pouring" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/food-photography-restaurant-concept-vegetable-pie-black-table_176420-15971.jpg", imageAlt: "Artisanal Quiche" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/house-exterior-with-wooden-fence_23-2147663471.jpg", imageAlt: "Sidewalk Seating in Nice" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-coffee-shop-equipment_23-2148366540.jpg", imageAlt: "Double Espresso" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/latte-black-coffee-milk-espresso-cinnamon-milk-foam-side-view_141793-12256.jpg", imageAlt: "Golden Latte" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/pie-topped-with-eclairs-chocolate_140725-6293.jpg", imageAlt: "Homemade Apple Cake" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -106,43 +69,14 @@ export default function LandingPage() {
|
||||
<div id="menu" data-section="menu">
|
||||
<FeatureCardTwentyEight
|
||||
textboxLayout="split"
|
||||
animationType="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "m1",
|
||||
title: "Ethiopian Espresso",
|
||||
subtitle: "Double shot, notes of jasmine and citrus.",
|
||||
category: "Coffee",
|
||||
value: "€3.50",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
title: "Golden Latte",
|
||||
subtitle: "Turmeric-infused artisan latte with honey.",
|
||||
category: "Signature",
|
||||
value: "€5.00",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
title: "Artisanal Quiche",
|
||||
subtitle: "Served with a fresh seasonal salad.",
|
||||
category: "Savory",
|
||||
value: "€9.50",
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
title: "Apple Cake",
|
||||
subtitle: "Homemade with local Nice apples.",
|
||||
category: "Sweet",
|
||||
value: "€4.50",
|
||||
},
|
||||
{
|
||||
id: "m5",
|
||||
title: "Almond Croissant",
|
||||
subtitle: "Buttery, flaky, and filled with cream.",
|
||||
category: "Bakery",
|
||||
value: "€3.00",
|
||||
},
|
||||
{ id: "m1", title: "Ethiopian Espresso", subtitle: "Double shot, notes of jasmine and citrus.", category: "Coffee", value: "€3.50" },
|
||||
{ id: "m2", title: "Golden Latte", subtitle: "Turmeric-infused artisan latte with honey.", category: "Signature", value: "€5.00" },
|
||||
{ id: "m3", title: "Artisanal Quiche", subtitle: "Served with a fresh seasonal salad.", category: "Savory", value: "€9.50" },
|
||||
{ id: "m4", title: "Apple Cake", subtitle: "Homemade with local Nice apples.", category: "Sweet", value: "€4.50" },
|
||||
{ id: "m5", title: "Almond Croissant", subtitle: "Buttery, flaky, and filled with cream.", category: "Bakery", value: "€3.00" },
|
||||
]}
|
||||
title="Our Signature Selection"
|
||||
description="Discover our daily hand-crafted menu, featuring locally sourced ingredients and refined coffee brewing techniques."
|
||||
@@ -153,13 +87,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Nice Daily",
|
||||
"The Coffee Guide",
|
||||
"French Eats",
|
||||
"Vogue Gourmet",
|
||||
"Café Society",
|
||||
]}
|
||||
names={["Nice Daily", "The Coffee Guide", "French Eats", "Vogue Gourmet", "Café Society"]}
|
||||
title="As Seen In"
|
||||
description="Café de Max, featured in the city's finest publications."
|
||||
/>
|
||||
@@ -172,26 +100,11 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
author="Lisa R."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-brunette-woman-using-smartphone-cafe_613910-11650.jpg",
|
||||
alt: "Lisa R.",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-man-drinking-coffee-cafe_181624-22354.jpg",
|
||||
alt: "Yo Av.",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/two-male-friends-together-restaurant_23-2150520083.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/elevated-view-brown-herbal-tea-cups-saucer-neon-backdrop_23-2148091827.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/dreamy-beautiful-woman-student-sitting-cafe-with-books-magazines-smiling-holding-phone-thinking_176420-12422.jpg",
|
||||
alt: "Happy regular",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-brunette-woman-using-smartphone-cafe_613910-11650.jpg", alt: "Lisa R." },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-man-drinking-coffee-cafe_181624-22354.jpg", alt: "Yo Av." },
|
||||
{ src: "http://img.b2bpic.net/free-photo/two-male-friends-together-restaurant_23-2150520083.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/elevated-view-brown-herbal-tea-cups-saucer-neon-backdrop_23-2148091827.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/dreamy-beautiful-woman-student-sitting-cafe-with-books-magazines-smiling-holding-phone-thinking_176420-12422.jpg", alt: "Happy regular" },
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -201,28 +114,16 @@ export default function LandingPage() {
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
textboxLayout="split"
|
||||
faqsAnimation="blur-reveal"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Where are you located?",
|
||||
content: "We are located at 4 Rue Paul Déroulède, 06000 Nice.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What are your opening hours?",
|
||||
content: "We are open daily from 8 AM to 6 PM.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you offer vegan options?",
|
||||
content: "Yes, we offer plant-based milk alternatives and select vegan pastries.",
|
||||
},
|
||||
{ id: "f1", title: "Where are you located?", content: "We are located at 4 Rue Paul Déroulède, 06000 Nice." },
|
||||
{ id: "f2", title: "What are your opening hours?", content: "We are open daily from 8 AM to 6 PM." },
|
||||
{ id: "f3", title: "Do you offer vegan options?", content: "Yes, we offer plant-based milk alternatives and select vegan pastries." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/wooden-bench-sidewalk-old-town-manassas-va_181624-44973.jpg"
|
||||
title="Everything You Need to Know"
|
||||
description="Answers to frequently asked questions about our location, hours, and sourcing."
|
||||
faqsAnimation="blur-reveal"
|
||||
imageAlt="Sidewalk seating in Nice"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -231,19 +132,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
background={{ variant: "rotated-rays-static" }}
|
||||
text="Visit us at the heart of Nice. Sip coffee, enjoy the view, and share a moment with us."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+33000000000",
|
||||
},
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://maps.google.com",
|
||||
},
|
||||
{ text: "Call Now", href: "tel:+33000000000" },
|
||||
{ text: "Get Directions", href: "https://maps.google.com" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -257,4 +150,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user