Merge version_1_1777036192065 into main #4
@@ -1,4 +1,4 @@
|
||||
import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider';
|
||||
import { ThemeProvider } from '@/providers/ThemeProvider/ThemeProvider';
|
||||
import NavbarCentered from '@/components/ui/NavbarCentered';
|
||||
import HeroTiltedCards from '@/components/sections/hero/HeroTiltedCards';
|
||||
import AboutFeaturesSplit from '@/components/sections/about/AboutFeaturesSplit';
|
||||
@@ -13,8 +13,8 @@ import FooterSimpleMedia from '@/components/sections/footer/FooterSimpleMedia';
|
||||
export default function HomePage() {
|
||||
const navItems = [
|
||||
{ name: "Home", href: "#hero" },
|
||||
{ name: "Products", href: "#products" },
|
||||
{ name: "About", href: "#about" },
|
||||
{ name: "Products", href: "#products" },
|
||||
{ name: "Contact", href: "#contact" }
|
||||
];
|
||||
|
||||
@@ -29,7 +29,14 @@ export default function HomePage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroTiltedCards tag="Luxury Botanical" title="Freshness for every occasion" description="Discover artisanal arrangements crafted with love and the finest seasonal blooms." primaryButton={{ text: "Browse Collection", href: "#products" }} secondaryButton={{ text: "Contact Us", href: "#contact" }} items={[{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=dqbdy5" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1rkabe" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=j0mo6g" }]} />
|
||||
<HeroTiltedCards
|
||||
tag="Luxury Botanical"
|
||||
title="Freshness for every occasion"
|
||||
description="Discover artisanal arrangements crafted with love and the finest seasonal blooms."
|
||||
primaryButton={{ text: "Browse Collection", href: "#products" }}
|
||||
secondaryButton={{ text: "Contact Us", href: "#contact" }}
|
||||
items={[{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=dqbdy5" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1rkabe" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=j0mo6g" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
@@ -65,4 +72,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user