Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 11aa8e9c9c | |||
| dcb5cc3228 |
@@ -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 I’ve 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 I’ve 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={[
|
||||||
{
|
{
|
||||||
@@ -140,4 +140,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user