6 Commits

Author SHA1 Message Date
6fe276e753 Update src/app/page.tsx 2026-03-13 10:50:21 +00:00
05da47241c Update src/app/page.tsx 2026-03-13 10:48:29 +00:00
a7d031a91b Update src/app/page.tsx 2026-03-13 10:47:35 +00:00
8e291974f5 Update src/app/page.tsx 2026-03-13 10:46:42 +00:00
a77b666294 Update src/app/page.tsx 2026-03-13 10:45:48 +00:00
0e105a9336 Merge version_1 into main
Merge version_1 into main
2026-03-13 10:38:42 +00:00

View File

@@ -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>