Compare commits
27 Commits
version_6
...
version_17
| Author | SHA1 | Date | |
|---|---|---|---|
| 873310b609 | |||
| 0b52ca70cb | |||
| b58513bd20 | |||
| c7c4ed3434 | |||
| 80fad75bda | |||
| cc9c4917dd | |||
| 3300f9dd66 | |||
| 511260eb3a | |||
| bcbe977fad | |||
| ec662504fc | |||
| defce805ea | |||
| 9a8927ca76 | |||
| 4cecb34e44 | |||
| 0e80785061 | |||
| 49c50b64d5 | |||
| 0d9aad69c9 | |||
| 26dcbc8e12 | |||
| 1f82436c57 | |||
| e5b23d3b15 | |||
| 0361398f67 | |||
| 0084090fb3 | |||
| e20c359cc9 | |||
| 8fca2d39b6 | |||
| 3d80809bec | |||
| d4d0c199fe | |||
| cce6f18b66 | |||
| 10ca38bf8a |
@@ -2,7 +2,6 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
|
||||
@@ -35,13 +34,6 @@ export default function ContactPage() {
|
||||
/>
|
||||
|
||||
<div className="pt-32 pb-20">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Newsletter"
|
||||
title="Stay in the loop."
|
||||
description="Get updates on opening, brand drops, and location announcements. Follow us on Instagram @butterfortlauderdale or email us at butterfortlauderdale@gmail.com."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<FooterLogoReveal
|
||||
@@ -52,4 +44,4 @@ export default function ContactPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -3,7 +3,7 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
|
||||
@@ -22,56 +22,46 @@ export default function LandingPage() {
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Our Story", id: "/our-story" },
|
||||
{ name: "Menu", id: "/menu" },
|
||||
{ name: "Retail", id: "/retail" },
|
||||
{ name: "Inquiry", id: "/inquiry" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="BUTTER"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Our Story", id: "/our-story" },
|
||||
{ name: "Menu", id: "/menu" },
|
||||
{ name: "Retail", id: "/retail" },
|
||||
{ name: "Inquiry", id: "/inquiry" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="BUTTER"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Fort Lauderdale, buttered."
|
||||
description="A design-forward coffee, matcha, and retail platform for everyday ritual."
|
||||
tag="Coming Soon"
|
||||
buttons={[{ text: "Visit Us", href: "/contact" }]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ClWbrS92bXmt7LmjB3TsGBCnuR/uploaded-1777001305072-w5axp7rr.png?_wi=1", imageAlt: "Butter Cafe Scene"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ClWbrS92bXmt7LmjB3TsGBCnuR/uploaded-1777001305073-83c73fzj.png?_wi=1", imageAlt: "Butter Branding Concept"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
ratingText="Join the waitlist"
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlay
|
||||
title=""
|
||||
description=""
|
||||
buttons={[]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ClWbrS92bXmt7LmjB3TsGBCnuR/uploaded-1777006599588-6ks2eld0.png"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="social" data-section="social">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={["Bakery One", "Market Two", "Roaster Three", "Design House", "Studio Five", "Creative Labs", "Local Coffee Co"]}
|
||||
title="Community Partners"
|
||||
description="Local favorites and partners."
|
||||
/>
|
||||
</div>
|
||||
<div id="social" data-section="social">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={["Bakery One", "Market Two", "Roaster Three", "Design House", "Studio Five", "Creative Labs", "Local Coffee Co"]}
|
||||
title="Community Partners"
|
||||
description="Local favorites and partners."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="BUTTER"
|
||||
leftLink={{ text: "Instagram", href: "https://instagram.com/butterfortlauderdale" }}
|
||||
rightLink={{ text: "Contact", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="BUTTER"
|
||||
leftLink={{ text: "Instagram", href: "https://instagram.com/butterfortlauderdale" }}
|
||||
rightLink={{ text: "Contact", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user