2 Commits

Author SHA1 Message Date
11aa8e9c9c Update src/app/page.tsx 2026-03-27 05:28:01 +00:00
dcb5cc3228 Merge version_1 into main
Merge version_1 into main
2026-03-27 05:24:03 +00:00

View File

@@ -13,16 +13,16 @@ import TextAbout from '@/components/sections/about/TextAbout';
export default function LandingPage() { export default function LandingPage() {
return ( return (
<ThemeProvider <ThemeProvider
defaultButtonVariant="text-shift" defaultButtonVariant="hover-magnetic"
defaultTextAnimation="reveal-blur" defaultTextAnimation="reveal-blur"
borderRadius="rounded" borderRadius="soft"
contentWidth="mediumSmall" contentWidth="mediumSmall"
sizing="medium" sizing="medium"
background="fluid" background="none"
cardStyle="outline" cardStyle="outline"
primaryButtonStyle="radial-glow" primaryButtonStyle="flat"
secondaryButtonStyle="radial-glow" secondaryButtonStyle="solid"
headingFontWeight="extrabold" headingFontWeight="semibold"
> >
<ReactLenis root> <ReactLenis root>
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
@@ -42,7 +42,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboard <HeroBillboard
background={{ background={{
variant: "sparkles-gradient"}} variant: "plain"}}
title="A Quiet Escape in Every Sip" title="A Quiet Escape in Every Sip"
description="Premium coffee, refreshing matcha, and handcrafted drinks served in our calm, luxurious space." description="Premium coffee, refreshing matcha, and handcrafted drinks served in our calm, luxurious space."
buttons={[ buttons={[
@@ -57,7 +57,7 @@ export default function LandingPage() {
<div id="about" data-section="about"> <div id="about" data-section="about">
<TextAbout <TextAbout
useInvertedBackground={true} useInvertedBackground={false}
title="Not Just Coffee. A Space to Breathe." title="Not Just Coffee. A Space to Breathe."
tag="Our Philosophy" tag="Our Philosophy"
/> />
@@ -86,7 +86,7 @@ export default function LandingPage() {
<TestimonialCardTwo <TestimonialCardTwo
animationType="blur-reveal" animationType="blur-reveal"
textboxLayout="split" textboxLayout="split"
useInvertedBackground={true} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "t1", name: "Sarah J.", role: "Local Visitor", testimonial: "Best passion fruit juice Ive ever had. Truly refreshing.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-woman-medium-shot_23-2148692818.jpg"}, id: "t1", name: "Sarah J.", role: "Local Visitor", testimonial: "Best passion fruit juice Ive ever had. Truly refreshing.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-woman-medium-shot_23-2148692818.jpg"},
@@ -106,7 +106,7 @@ export default function LandingPage() {
<ContactText <ContactText
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "sparkles-gradient"}} variant: "plain"}}
text="Visit Andorra Café Today. Our team crafts every drink with care." text="Visit Andorra Café Today. Our team crafts every drink with care."
buttons={[ buttons={[
{ {