Compare commits
12 Commits
version_7
...
version_13
| Author | SHA1 | Date | |
|---|---|---|---|
| 4cecb34e44 | |||
| 0e80785061 | |||
| 49c50b64d5 | |||
| 0d9aad69c9 | |||
| 26dcbc8e12 | |||
| 1f82436c57 | |||
| e5b23d3b15 | |||
| 0361398f67 | |||
| 0084090fb3 | |||
| e20c359cc9 | |||
| 8fca2d39b6 | |||
| 3d80809bec |
@@ -3,7 +3,7 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
|
||||
@@ -37,15 +37,11 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Fort Lauderdale, buttered."
|
||||
<HeroOverlay
|
||||
title="BUTTER"
|
||||
description="A design-forward coffee, matcha, and retail platform for everyday ritual."
|
||||
tag="Coming Soon"
|
||||
buttons={[{ text: "Visit Us", href: "/contact" }]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ClWbrS92bXmt7LmjB3TsGBCnuR/uploaded-1777005364871-kes35v9h.jpg"
|
||||
imageAlt="Butter Cafe Scene"
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ClWbrS92bXmt7LmjB3TsGBCnuR/uploaded-1777006144782-qd7km8ip.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user