Update src/app/page.tsx
This commit is contained in:
@@ -26,7 +26,7 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About Us", id: "about" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
||||
{ text: "Our Menu", href: "#products" },
|
||||
{ text: "Visit Us", href: "#contact" },
|
||||
]}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/closeup-fresh-pita-bread-sale_181624-58514.jpg?_wi=1"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/closeup-fresh-pita-bread-sale_181624-58514.jpg"
|
||||
imageAlt="A warm and inviting Ukrainian bakery display with a variety of fresh breads and pastries."
|
||||
textPosition="center"
|
||||
showDimOverlay={true}
|
||||
@@ -65,7 +65,7 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
title="Наша Історія: Традиції та Смак"
|
||||
description="У \"Смачній Пекарні\" ми пишаємося тим, що переносимо багатовікові українські рецепти до вашого столу. Кожен виріб випікається з найсвіжіших інгредієнтів та любові, яку передали нам наші предки. Ми запрошуємо вас відчути тепло та затишок домашньої випічки."
|
||||
description='У "Смачній Пекарні" ми пишаємося тим, що переносимо багатовікові українські рецепти до вашого столу. Кожен виріб випікається з найсвіжіших інгредієнтів та любові, яку передали нам наші предки. Ми запрошуємо вас відчути тепло та затишок домашньої випічки.'
|
||||
tag="Про Нас"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/man-baker-with-fresh-bread-baker-house_1303-32273.jpg"
|
||||
imageAlt="A smiling Ukrainian baker proudly presenting fresh bread."
|
||||
@@ -87,7 +87,7 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{ id: "1", name: "Традиційний Український Хліб", price: "£3.50", imageSrc: "https://img.b2bpic.net/free-photo/baked-pastry-cloth-with-wheat_23-2148359035.jpg", imageAlt: "A round loaf of traditional Ukrainian bread." },
|
||||
{ id: "2", name: "Солодкі Рулети з Корицею", price: "£2.80", imageSrc: "https://img.b2bpic.net/free-photo/front-view-yummy-pastries-with-eggs-flour-milk-dark-wall-bread-food-meal-breakfast-morning-milk-bird-color_179666-17655.jpg", imageAlt: "Freshly baked sweet cinnamon rolls." },
|
||||
{ id: "3", name: "Медовий Торт \"Медовик\"", price: "£25.00", imageSrc: "https://img.b2bpic.net/free-photo/close-up-piece-layered-honey-cake-selective-focus-vertical-frame-medovik-honey-cake-white-plate-homemade-cake_166373-2379.jpg", imageAlt: "A slice of rich Ukrainian honey cake, Medovyk." },
|
||||
{ id: "3", name: 'Медовий Торт "Медовик"', price: "£25.00", imageSrc: "https://img.b2bpic.net/free-photo/close-up-piece-layered-honey-cake-selective-focus-vertical-frame-medovik-honey-cake-white-plate-homemade-cake_166373-2379.jpg", imageAlt: "A slice of rich Ukrainian honey cake, Medovyk." },
|
||||
{ id: "4", name: "Домашнє Печиво", price: "£1.50", imageSrc: "https://img.b2bpic.net/free-photo/top-view-tasty-sweet-cookies-dark-background-dessert-biscuit-sugar-sweet-break-dough-tea-cake-pie-flower_179666-46792.jpg", imageAlt: "Assorted homemade Ukrainian cookies." },
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
@@ -95,9 +95,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
ariaLabel="Our products section with bakery items"
|
||||
titleClassName="text-4xl md:text-5xl lg:text-6xl font-normal"
|
||||
descriptionClassName="text-lg md:text-xl lg:text-2xl"
|
||||
tagClassName="text-sm md:text-base font-medium uppercase tracking-wide text-foreground/80 mb-2"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl lg:text-6xl font-normal"
|
||||
textBoxDescriptionClassName="text-lg md:text-xl lg:text-2xl"
|
||||
textBoxTagClassName="text-sm md:text-base font-medium uppercase tracking-wide text-foreground/80 mb-2"
|
||||
cardClassName="backdrop-blur-sm bg-card/70 p-4 rounded-soft border border-accent/20"
|
||||
cardNameClassName="text-xl font-semibold"
|
||||
cardPriceClassName="text-2xl font-bold"
|
||||
@@ -120,9 +120,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
ariaLabel="Customer testimonials section"
|
||||
titleClassName="text-4xl md:text-5xl lg:text-6xl font-normal"
|
||||
descriptionClassName="text-lg md:text-xl lg:text-2xl"
|
||||
tagClassName="text-sm md:text-base font-medium uppercase tracking-wide text-foreground/80 mb-2"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl lg:text-6xl font-normal"
|
||||
textBoxDescriptionClassName="text-lg md:text-xl lg:text-2xl"
|
||||
textBoxTagClassName="text-sm md:text-base font-medium uppercase tracking-wide text-foreground/80 mb-2"
|
||||
cardClassName="backdrop-blur-sm bg-card/70 p-4 rounded-soft border border-accent/20"
|
||||
overlayClassName="bg-card/90"
|
||||
ratingClassName="text-accent/80"
|
||||
@@ -149,9 +149,9 @@ export default function LandingPage() {
|
||||
animationType="smooth"
|
||||
showCard={true}
|
||||
ariaLabel="Frequently Asked Questions section"
|
||||
titleClassName="text-4xl md:text-5xl lg:text-6xl font-normal"
|
||||
descriptionClassName="text-lg md:text-xl lg:text-2xl"
|
||||
tagClassName="text-sm md:text-base font-medium uppercase tracking-wide text-foreground/80 mb-2"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl lg:text-6xl font-normal"
|
||||
textBoxDescriptionClassName="text-lg md:text-xl lg:text-2xl"
|
||||
textBoxTagClassName="text-sm md:text-base font-medium uppercase tracking-wide text-foreground/80 mb-2"
|
||||
faqsContainerClassName="backdrop-blur-sm bg-card/70 p-4 md:p-8 rounded-soft border border-accent/20"
|
||||
/>
|
||||
</div>
|
||||
@@ -166,7 +166,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Ваше повідомлення...", rows: 5, required: true }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/closeup-fresh-pita-bread-sale_181624-58514.jpg?_wi=2"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/closeup-fresh-pita-bread-sale_181624-58514.jpg"
|
||||
imageAlt="A cozy Ukrainian bakery interior with freshly baked goods."
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -180,7 +180,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://img.b2bpic.net/free-photo/closeup-fresh-pita-bread-sale_181624-58514.jpg?_wi=3"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/closeup-fresh-pita-bread-sale_181624-58514.jpg"
|
||||
imageAlt="Cozy bakery interior with warm lighting."
|
||||
columns={[
|
||||
{ title: "Меню", items: [{ label: "Хліб", href: "#products" }, { label: "Випічка", href: "#products" }, { label: "Десерти", href: "#products" }] },
|
||||
|
||||
Reference in New Issue
Block a user