Update src/app/page.tsx

This commit is contained in:
2026-04-04 11:48:11 +00:00
parent dcb4857e79
commit 51bc4c1915

View File

@@ -16,6 +16,13 @@ export default function LandingPage() {
defaultButtonVariant="text-shift"
defaultTextAnimation="entrance-slide"
borderRadius="pill"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
@@ -84,20 +91,20 @@ export default function LandingPage() {
title: "Artisanal Brews", description: "Hand-picked beans roasted to perfection for the ultimate coffee experience.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-background_23-2148116660.jpg", imageAlt: "Coffee selection"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-blue-teacup_23-2148567575.jpg", imageAlt: "Cafe table"},
imageSrc: "http://img.b2bpic.net/free-photo/christmas-wreath-fir-tree-branches-vases-cups-all-around-modern-kitchen-modern-kitchen-with-black-fridge-decorated-christmas-new-year_132075-11268.jpg", imageAlt: "elegant private cafe interior warm lighting"},
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-blue-teacup_23-2148567575.jpg", imageAlt: "Cafe table"}
},
{
title: "Private Lounges", description: "Quiet, secluded spaces perfect for meetings or reading, offering true privacy.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/person-enjoying-reading-book-cafe_23-2150064719.jpg", imageAlt: "Private lounge"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-67.jpg", imageAlt: "Cafe ambiance"},
imageSrc: "http://img.b2bpic.net/free-photo/young-male-barista-with-tattoos-using-coffee-machine-work_23-2149052849.jpg", imageAlt: "barista crafting specialty coffee art"},
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-67.jpg", imageAlt: "Cafe ambiance"}
},
{
title: "Gourmet Pastries", description: "Freshly baked delights paired perfectly with our signature coffee blends.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-background_23-2148116660.jpg", imageAlt: "Fresh pastries"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-blue-teacup_23-2148567575.jpg", imageAlt: "Coffee and cake"},
imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-background_23-2148116660.jpg", imageAlt: "gourmet coffee selection on wooden table"},
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-blue-teacup_23-2148567575.jpg", imageAlt: "Coffee and cake"}
},
]}
showStepNumbers={false}
title="Exquisite Offerings"
@@ -139,6 +146,7 @@ export default function LandingPage() {
background={{
variant: "plain"
}}
useInvertedBackground={false}
/>
</div>