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