Compare commits
12 Commits
b28a1dc88e
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 7faab19f48 | |||
| 6fe276e753 | |||
| f629b37ac8 | |||
| 05da47241c | |||
| 13445d25d1 | |||
| a7d031a91b | |||
| e8524cfbbc | |||
| 8e291974f5 | |||
| 4d9eec0c31 | |||
| a77b666294 | |||
| 0e105a9336 | |||
| 60db004dfd |
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
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 ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
@@ -40,20 +40,16 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCarouselLogo
|
||||
logoText="Brew Haven"
|
||||
description="Premium specialty coffee crafted with passion. Experience the art of perfect brewing."
|
||||
buttons={[
|
||||
{ text: "Order Now", href: "#products" },
|
||||
{ text: "Learn More", href: "#about" }
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6mgex6", imageAlt: "Artisan coffee brewing"
|
||||
}
|
||||
]}
|
||||
autoplayDelay={4000}
|
||||
showDimOverlay={false}
|
||||
<HeroSignup
|
||||
title="Premium Specialty Coffee Crafted with Passion"
|
||||
description="Experience the art of perfect brewing. Discover our handpicked selection of single-origin beans from sustainable farms across the globe."
|
||||
tag="Welcome to Brew Haven"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="blur-reveal"
|
||||
background={{ variant: "plain" }}
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Order Now"
|
||||
onSubmit={(email) => console.log('Email:', email)}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -63,7 +59,7 @@ export default function LandingPage() {
|
||||
description="Since 2015, Brew Haven has been dedicated to sourcing the finest single-origin beans from sustainable farms across the globe. Our master roasters hand-select each batch, roasting to perfection to bring out the unique character of every origin. We believe that great coffee starts with respect—for the farmers, the beans, and the craft."
|
||||
tag="Our Story"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
buttons={[
|
||||
{ text: "Visit Us", href: "#contact" }
|
||||
]}
|
||||
@@ -79,7 +75,7 @@ export default function LandingPage() {
|
||||
description="Explore our handpicked selection of premium beverages, each crafted to showcase the distinctive flavors of specialty coffee."
|
||||
tag="Featured"
|
||||
tagIcon={Award}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="blur-reveal"
|
||||
@@ -107,7 +103,7 @@ export default function LandingPage() {
|
||||
description="Brew Haven's impact on the specialty coffee community and beyond."
|
||||
tag="Our Impact"
|
||||
tagIcon={TrendingUp}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
textboxLayout="default"
|
||||
animationType="scale-rotate"
|
||||
useInvertedBackground={false}
|
||||
@@ -138,7 +134,7 @@ export default function LandingPage() {
|
||||
description="Real experiences from our cherished community members."
|
||||
tag="Reviews"
|
||||
tagIcon={Star}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
textboxLayout="default"
|
||||
animationType="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
@@ -171,7 +167,7 @@ export default function LandingPage() {
|
||||
description="Recognized by leading coffee and lifestyle publications."
|
||||
tag="Media"
|
||||
tagIcon={Newspaper}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
@@ -188,7 +184,7 @@ export default function LandingPage() {
|
||||
title="Visit Brew Haven Today"
|
||||
description="Join our coffee community. Subscribe for exclusive blends, brewing tips, and special events."
|
||||
tagIcon={Mail}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your email"
|
||||
|
||||
Reference in New Issue
Block a user