Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -20,7 +20,6 @@ export default function AboutPage() {
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
showBlurBottom={false}
|
||||
headingFontWeight="semibold"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
@@ -74,6 +73,7 @@ export default function AboutPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Kvitka Moya"
|
||||
columns={[
|
||||
@@ -108,6 +108,7 @@ export default function AboutPage() {
|
||||
]}
|
||||
copyrightText="© 2025 Kvitka Moya. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
@@ -19,7 +19,6 @@ export default function ContactPage() {
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
showBlurBottom={false}
|
||||
headingFontWeight="semibold"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
@@ -38,13 +37,14 @@ export default function ContactPage() {
|
||||
text="Ready to brighten someone's day? Get in touch with us today to order your perfect arrangement or discuss custom options."
|
||||
animationType="entrance-slide"
|
||||
buttons={[
|
||||
{ text: "Contact Us", href: "/contact" },
|
||||
{ text: "Shop Now", href: "/products" }
|
||||
{ text: "Contact Us", href: "contact" },
|
||||
{ text: "Shop Now", href: "products" }
|
||||
]}
|
||||
useInvertedBackground="noInvert"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Kvitka Moya"
|
||||
columns={[
|
||||
@@ -79,6 +79,7 @@ export default function ContactPage() {
|
||||
]}
|
||||
copyrightText="© 2025 Kvitka Moya. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
@@ -19,7 +19,6 @@ export default function FaqPage() {
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
showBlurBottom={false}
|
||||
headingFontWeight="semibold"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
@@ -66,6 +65,7 @@ export default function FaqPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Kvitka Moya"
|
||||
columns={[
|
||||
@@ -100,6 +100,7 @@ export default function FaqPage() {
|
||||
]}
|
||||
copyrightText="© 2025 Kvitka Moya. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
@@ -21,7 +21,6 @@ export default function HomePage() {
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
showBlurBottom={false}
|
||||
headingFontWeight="semibold"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<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"
|
||||
imageAlt="Beautiful fresh flower arrangement"
|
||||
buttons={[
|
||||
{ text: "Shop Now", href: "/products" },
|
||||
{ text: "Learn More", href: "/about" }
|
||||
{ text: "Shop Now", href: "products" },
|
||||
{ text: "Learn More", href: "about" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -97,6 +96,7 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Kvitka Moya"
|
||||
columns={[
|
||||
@@ -131,6 +131,7 @@ export default function HomePage() {
|
||||
]}
|
||||
copyrightText="© 2025 Kvitka Moya. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user