Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-02-22 20:30:52 +00:00
4 changed files with 19 additions and 27 deletions

View File

@@ -29,13 +29,13 @@ export default function BlogPage() {
brandName="Zoryana Bakery"
navItems={[
{ name: "Home", id: "/" },
{ name: "About Us", id: "about" },
{ name: "Products", id: "products" },
{ name: "Testimonials", id: "testimonials" },
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" },
{ name: "About Us", id: "/#about" },
{ name: "Products", id: "/#products" },
{ name: "Testimonials", id: "/#testimonials" },
{ name: "FAQ", id: "/#faq" },
{ name: "Contact", id: "/#contact" },
]}
button={{ text: "Order Now", href: "#contact" }}
button={{ text: "Order Now", href: "/#contact" }}
className="py-4 px-6 md:px-8"
buttonClassName="px-5 py-2 text-sm md:text-base"
buttonTextClassName="font-medium"
@@ -62,20 +62,20 @@ export default function BlogPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://img.b2bpic.net/free-photo/bakery-shop-gourmet-concept_53876-163311.jpg?_wi=3"
imageSrc="https://img.b2bpic.net/free-photo/bakery-shop-gourmet-concept_53876-163311.jpg"
imageAlt="Exterior of Zoryana Bakery at dusk"
columns={[
{
title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "Products", href: "#products" },
{ label: "About Us", href: "#about" },
{ label: "Products", href: "/#products" },
{ label: "About Us", href: "/#about" },
],
},
{
title: "Connect", items: [
{ label: "Contact Us", href: "#contact" },
{ label: "FAQ", href: "#faq" },
{ label: "Contact Us", href: "/#contact" },
{ label: "FAQ", href: "/#faq" },
],
},
{

View File

@@ -89,8 +89,6 @@ export default function SitePage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
titleClassName="text-4xl font-semibold"
descriptionClassName="text-lg max-w-2xl"
/>
</div>
@@ -109,8 +107,6 @@ export default function SitePage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
titleClassName="text-4xl font-semibold"
descriptionClassName="text-lg max-w-2xl"
/>
</div>
@@ -128,8 +124,6 @@ export default function SitePage() {
faqsAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
titleClassName="text-4xl font-semibold"
descriptionClassName="text-lg max-w-2xl"
/>
</div>
@@ -142,7 +136,7 @@ export default function SitePage() {
{ name: "email", type: "email", placeholder: "Your Email", required: true },
]}
textarea={{ name: "message", placeholder: "Your Message", rows: 5, required: true }}
imageSrc="https://img.b2bpic.net/free-photo/bakery-shop-gourmet-concept_53876-163311.jpg?_wi=1"
imageSrc="https://img.b2bpic.net/free-photo/bakery-shop-gourmet-concept_53876-163311.jpg"
imageAlt="Exterior of Zoryana Bakery, a welcoming local shop"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -155,7 +149,7 @@ export default function SitePage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://img.b2bpic.net/free-photo/bakery-shop-gourmet-concept_53876-163311.jpg?_wi=2"
imageSrc="https://img.b2bpic.net/free-photo/bakery-shop-gourmet-concept_53876-163311.jpg"
imageAlt="Exterior of Zoryana Bakery at dusk"
columns={[
{ title: "Quick Links", items: [{ label: "Home", href: "/" }, { label: "Products", href: "#products" }, { label: "About Us", href: "#about" }] },

View File

@@ -158,16 +158,15 @@ function ProductPageContent({ params }: ProductPageProps) {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://img.b2bpic.net/free-photo/bakery-shop-gourmet-concept_53876-163311.jpg?_wi=5"
imageSrc="https://img.b2bpic.net/free-photo/bakery-shop-gourmet-concept_53876-163311.jpg"
imageAlt="Exterior of Zoryana Bakery at dusk"
columns={[
{ title: "Quick Links", items: [{ label: "Home", href: "/" }, { label: "Products", href: "#products" }, { label: "About Us", href: "#about" }] },
{ title: "Connect", items: [{ label: "Contact Us", href: "#contact" }, { label: "FAQ", href: "#faq" }] },
{ title: "Quick Links", items: [{ label: "Home", href: "/" }, { label: "Products", href: "/#products" }, { label: "About Us", href: "/#about" }] },
{ title: "Connect", items: [{ label: "Contact Us", href: "/#contact" }, { label: "FAQ", href: "/#faq" }] },
{ title: "Follow Us", items: [{ label: "Facebook", href: "https://facebook.com/zoryanabakery" }, { label: "Instagram", href: "https://instagram.com/zoryanabakery" }] }
]}
logoText="Zoryana Bakery"
copyrightText="© 2024 Zoryana Bakery. All rights reserved."
useInvertedBackground={false}
/>
</div>
</ReactLenis>

View File

@@ -107,16 +107,15 @@ function ShopPageContent() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://img.b2bpic.net/free-photo/bakery-shop-gourmet-concept_53876-163311.jpg?_wi=4"
imageSrc="https://img.b2bpic.net/free-photo/bakery-shop-gourmet-concept_53876-163311.jpg"
imageAlt="Exterior of Zoryana Bakery at dusk"
columns={[
{ title: "Quick Links", items: [{ label: "Home", href: "/" }, { label: "Products", href: "#products" }, { label: "About Us", href: "#about" }] },
{ title: "Connect", items: [{ label: "Contact Us", href: "#contact" }, { label: "FAQ", href: "#faq" }] },
{ title: "Quick Links", items: [{ label: "Home", href: "/" }, { label: "Products", href: "/#products" }, { label: "About Us", href: "/#about" }] },
{ title: "Connect", items: [{ label: "Contact Us", href: "/#contact" }, { label: "FAQ", href: "/#faq" }] },
{ title: "Follow Us", items: [{ label: "Facebook", href: "https://facebook.com/zoryanabakery" }, { label: "Instagram", href: "https://instagram.com/zoryanabakery" }] }
]}
logoText="Zoryana Bakery"
copyrightText="© 2024 Zoryana Bakery. All rights reserved."
useInvertedBackground={false}
/>
</div>
</ReactLenis>