Update src/app/page.tsx

This commit is contained in:
2026-03-07 19:53:12 +00:00
parent 7cc8a2342c
commit 56f7de7a5e

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="mediumLarge"
sizing="largeSizeMediumTitles"
background="aurora"
background="circleGradient"
cardStyle="gradient-radial"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
@@ -44,12 +44,12 @@ export default function LandingPage() {
<HeroLogoBillboardSplit
logoText="PEKARA"
description="Artisan pastries and fresh bread baked daily in the heart of Novi Beograd. Visit us for the finest local baked goods and friendly service."
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
buttons={[
{ text: "Call Now: +381 64 123 4567", href: "tel:+381641234567" },
{ text: "Send Message", href: "#contact" }
]}
buttonAnimation="entrance-slide"
buttonAnimation="slide-up"
layoutOrder="default"
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-holding-tray_23-2149233714.jpg"
imageAlt="Fresh pastries and bread from our bakery"
@@ -65,7 +65,7 @@ export default function LandingPage() {
description="For over a decade, we've been serving the community of Novi Beograd with fresh, quality baked goods made from the finest ingredients. Our family-owned bakery is committed to traditional methods and customer satisfaction."
tag="Family Tradition"
tagIcon={Heart}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
bulletPoints={[
{
title: "Fresh Daily", description: "All baked goods made fresh each morning using traditional recipes and premium ingredients.", icon: Sparkles
@@ -80,7 +80,7 @@ export default function LandingPage() {
buttons={[
{ text: "Learn More", href: "#products" }
]}
buttonAnimation="entrance-slide"
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/family-preparing-challah-dish-hanukkah_23-2151102360.jpg"
imageAlt="Our bakery team and baking process"
mediaAnimation="slide-up"
@@ -97,7 +97,7 @@ export default function LandingPage() {
description="Discover our selection of mouth-watering baked goods, fresh daily and crafted with love."
tag="Best Sellers"
tagIcon={Sparkles}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
products={[
{
id: "1", brand: "PEKARA", name: "Croissants", price: "2.50 €", rating: 5,
@@ -122,7 +122,7 @@ export default function LandingPage() {
buttons={[
{ text: "Call to Order: +381 64 123 4567", href: "tel:+381641234567" }
]}
buttonAnimation="entrance-slide"
buttonAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
ariaLabel="Product section with bakery specialties"
@@ -135,7 +135,7 @@ export default function LandingPage() {
description="Experience the difference of artisan baking with every purchase. We prioritize quality, freshness, and customer satisfaction."
tag="Quality Assured"
tagIcon={Award}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
features={[
{
id: "1", title: "Baked Fresh Every Morning", tags: ["Daily", "Fresh", "Quality"],
@@ -152,7 +152,7 @@ export default function LandingPage() {
buttons={[
{ text: "Order Now", href: "tel:+381641234567" }
]}
buttonAnimation="entrance-slide"
buttonAnimation="slide-up"
ariaLabel="Features section highlighting bakery benefits"
/>
</div>
@@ -163,7 +163,7 @@ export default function LandingPage() {
description="Loved by locals in Novi Beograd. Real reviews from satisfied customers who trust us daily."
tag="Trusted Local Business"
tagIcon={Star}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
testimonials={[
{
id: "1", name: "Marija Nikolić", role: "Office Manager", company: "Local Tech Company", rating: 5,
@@ -201,7 +201,7 @@ export default function LandingPage() {
buttons={[
{ text: "See More Reviews", href: "https://www.google.com/search?q=bakery+novi+beograd" }
]}
buttonAnimation="entrance-slide"
buttonAnimation="slide-up"
ariaLabel="Testimonials section with customer reviews and ratings"
/>
</div>