Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6fe276e753 | |||
| 05da47241c | |||
| a7d031a91b | |||
| 8e291974f5 | |||
| a77b666294 | |||
| 0e105a9336 |
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
|
import HeroSignup from '@/components/sections/hero/HeroSignup';
|
||||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||||
@@ -40,20 +40,16 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroCarouselLogo
|
<HeroSignup
|
||||||
logoText="Brew Haven"
|
title="Premium Specialty Coffee Crafted with Passion"
|
||||||
description="Premium specialty coffee crafted with passion. Experience the art of perfect brewing."
|
description="Experience the art of perfect brewing. Discover our handpicked selection of single-origin beans from sustainable farms across the globe."
|
||||||
buttons={[
|
tag="Welcome to Brew Haven"
|
||||||
{ text: "Order Now", href: "#products" },
|
tagIcon={Sparkles}
|
||||||
{ text: "Learn More", href: "#about" }
|
tagAnimation="blur-reveal"
|
||||||
]}
|
background={{ variant: "plain" }}
|
||||||
slides={[
|
inputPlaceholder="Enter your email"
|
||||||
{
|
buttonText="Order Now"
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6mgex6", imageAlt: "Artisan coffee brewing"
|
onSubmit={(email) => console.log('Email:', email)}
|
||||||
}
|
|
||||||
]}
|
|
||||||
autoplayDelay={4000}
|
|
||||||
showDimOverlay={false}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user