Update src/app/page.tsx
This commit is contained in:
@@ -21,7 +21,6 @@ export default function HomePage() {
|
|||||||
primaryButtonStyle="gradient"
|
primaryButtonStyle="gradient"
|
||||||
secondaryButtonStyle="glass"
|
secondaryButtonStyle="glass"
|
||||||
showBlurBottom={false}
|
showBlurBottom={false}
|
||||||
headingFontWeight="semibold"
|
|
||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
@@ -43,8 +42,8 @@ export default function HomePage() {
|
|||||||
imageSrc="https://img.b2bpic.net/free-photo/still-life-with-bouquet-blue-pink-wildflowers-vase_169016-58261.jpg"
|
imageSrc="https://img.b2bpic.net/free-photo/still-life-with-bouquet-blue-pink-wildflowers-vase_169016-58261.jpg"
|
||||||
imageAlt="Beautiful fresh flower arrangement"
|
imageAlt="Beautiful fresh flower arrangement"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Shop Now", href: "/products" },
|
{ text: "Shop Now", href: "products" },
|
||||||
{ text: "Learn More", href: "/about" }
|
{ text: "Learn More", href: "about" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -97,6 +96,7 @@ export default function HomePage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseCard
|
<FooterBaseCard
|
||||||
logoText="Kvitka Moya"
|
logoText="Kvitka Moya"
|
||||||
columns={[
|
columns={[
|
||||||
@@ -131,6 +131,7 @@ export default function HomePage() {
|
|||||||
]}
|
]}
|
||||||
copyrightText="© 2025 Kvitka Moya. All rights reserved."
|
copyrightText="© 2025 Kvitka Moya. All rights reserved."
|
||||||
/>
|
/>
|
||||||
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user