Update src/app/page.tsx

This commit is contained in:
2026-02-22 13:47:35 +00:00
parent 6b70d7342a
commit 4429f9e71d

View File

@@ -9,6 +9,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar
import FaqBase from '@/components/sections/faq/FaqBase';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import Link from 'next/link';
export default function LandingPage() {
return (
@@ -28,11 +29,11 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
brandName="Dobry Khlib"
navItems={[
{ name: "About", id: "about" },
{ name: "Products", id: "products" },
{ name: "Testimonials", id: "testimonials" },
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" },
{ name: "About", id: "#about" },
{ name: "Products", id: "#products" },
{ name: "Testimonials", id: "#testimonials" },
{ name: "FAQ", id: "#faq" },
{ name: "Contact", id: "#contact" },
]}
button={{ text: "Order Now", href: "#products" }}
/>
@@ -44,7 +45,7 @@ export default function LandingPage() {
description="Experience the warmth of homemade traditions with our freshly baked breads, pastries, and savory delights, crafted with love and authentic recipes."
background={{ variant: "plain" }}
imagePosition="right"
imageSrc="https://img.b2bpic.net/free-photo/white-cheese-bread-with-eggs_140725-3991.jpg?_wi=1"
imageSrc="https://img.b2bpic.net/free-photo/white-cheese-bread-with-eggs_140725-3991.jpg"
imageAlt="Freshly baked Ukrainian bread on a rustic table"
mediaAnimation="slide-up"
buttons={[
@@ -58,7 +59,7 @@ export default function LandingPage() {
<div id="about" data-section="about">
<MediaAbout
title="Our Story: From Kyiv to Your Table"
description='"Dobry Khlib" (Good Bread) brings the heart of Ukrainian baking to your community. We use time-honored recipes, premium local ingredients, and traditional techniques to create the flavors you remember. Every item is a piece of our heritage, baked with passion.'
description={`"Dobry Khlib" (Good Bread) brings the heart of Ukrainian baking to your community. We use time-honored recipes, premium local ingredients, and traditional techniques to create the flavors you remember. Every item is a piece of our heritage, baked with passion.`}
tag="About Us"
imageSrc="https://img.b2bpic.net/free-photo/chef-holds-fresh-bread-hand-man-preparing-dough-table-kitchen-black-background-healthy-cooking-concept_639032-471.jpg"
imageAlt="Ukrainian baker smiling in a traditional bakery"
@@ -92,16 +93,20 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Olena K.", role: "Regular Customer", company: "Local Resident", rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/female-bakery-owner-counter-with-croissant-talking-mobile-phone_23-2148189128.jpg", imageAlt: "Olena K."},
imageSrc: "https://img.b2bpic.net/free-photo/female-bakery-owner-counter-with-croissant-talking-mobile-phone_23-2148189128.jpg", imageAlt: "Olena K."
},
{
id: "2", name: "Mark S.", role: "Food Enthusiast", company: "Food Blogger", rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/person-paying-using-nfc-technology_23-2149893776.jpg", imageAlt: "Mark S."},
imageSrc: "https://img.b2bpic.net/free-photo/person-paying-using-nfc-technology_23-2149893776.jpg", imageAlt: "Mark S."
},
{
id: "3", name: "Irina P.", role: "Community Organizer", company: "Ukrainian Cultural Center", rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/portrait-family-having-fun-kitchen_329181-5378.jpg", imageAlt: "Irina P."},
imageSrc: "https://img.b2bpic.net/free-photo/portrait-family-having-fun-kitchen_329181-5378.jpg", imageAlt: "Irina P."
},
{
id: "4", name: "Dmytro H.", role: "Owner", company: "The Golden Wheat Cafe", rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/portrait-smiling-baker-standing-with-arms-crossed_1170-2018.jpg", imageAlt: "Dmytro H."},
imageSrc: "https://img.b2bpic.net/free-photo/portrait-smiling-baker-standing-with-arms-crossed_1170-2018.jpg", imageAlt: "Dmytro H."
},
]}
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
@@ -116,13 +121,17 @@ export default function LandingPage() {
description="Got questions about our bakery or products? We've got answers."
faqs={[
{
id: "1", title: "Do you offer gluten-free options?", content: "Currently, we do not offer certified gluten-free products, but we are exploring options to do so in the future."},
id: "1", title: "Do you offer gluten-free options?", content: "Currently, we do not offer certified gluten-free products, but we are exploring options to do so in the future."
},
{
id: "2", title: "Can I place a custom order for an event?", content: "Yes, we love custom orders! Please contact us directly with your request, and we'll be happy to discuss options and availability."},
id: "2", title: "Can I place a custom order for an event?", content: "Yes, we love custom orders! Please contact us directly with your request, and we'll be happy to discuss options and availability."
},
{
id: "3", title: "What are your baking hours?", content: "Our baking typically starts very early in the morning to ensure fresh products for opening. You can find our store hours on the contact page."},
id: "3", title: "What are your baking hours?", content: "Our baking typically starts very early in the morning to ensure fresh products for opening. You can find our store hours on the contact page."
},
{
id: "4", title: "Do you deliver?", content: "We offer local delivery within a 5-mile radius. Please check our delivery section for more details and to see if your address is covered."},
id: "4", title: "Do you deliver?", content: "We offer local delivery within a 5-mile radius. Please check our delivery section for more details and to see if your address is covered."
},
]}
faqsAnimation="slide-up"
textboxLayout="default"
@@ -154,7 +163,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://img.b2bpic.net/free-photo/white-cheese-bread-with-eggs_140725-3991.jpg?_wi=2"
imageSrc="https://img.b2bpic.net/free-photo/white-cheese-bread-with-eggs_140725-3991.jpg"
imageAlt="Assortment of freshly baked Ukrainian goods"
columns={[
{