Merge version_3 into main #2
@@ -59,8 +59,8 @@ export default function WebAgency2Page() {
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/steamed-dumpling-chinese-bun_1339-3683.jpg", imageAlt: "Freshly baked buns" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-spreading-cream-cake_23-2147758308.jpg", imageAlt: "Artisan cream layers" },
|
||||
]}
|
||||
carouselItemClassName="!aspect-[4/5]"
|
||||
containerClassName="px-4 md:px-8"
|
||||
carouselItemClassName="!aspect-[4/5] rounded-3xl"
|
||||
containerClassName="px-4 md:px-8 py-16"
|
||||
/>
|
||||
<TestimonialCardFifteen
|
||||
testimonial="La miglior pasticceria di Chinatown. Sempre freschissimo. Un piccolo paradiso."
|
||||
@@ -70,7 +70,7 @@ export default function WebAgency2Page() {
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
containerClassName="px-4 md:px-8"
|
||||
containerClassName="px-4 md:px-8 py-16"
|
||||
/>
|
||||
<FeatureBento
|
||||
title="Not Just Desserts. A Moment."
|
||||
@@ -78,7 +78,7 @@ export default function WebAgency2Page() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
containerClassName="px-4 md:px-8"
|
||||
containerClassName="px-4 md:px-8 py-16"
|
||||
features={[
|
||||
{ title: "Japanese Strawberry Cakes", description: "Soft, airy sponge.", bentoComponent: "reveal-icon", icon: Cake },
|
||||
{ title: "Rainbow Celebration", description: "Tall, vibrant.", bentoComponent: "reveal-icon", icon: Award },
|
||||
@@ -90,7 +90,7 @@ export default function WebAgency2Page() {
|
||||
description="Subtle, elegant sweetness."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
containerClassName="px-4 md:px-8"
|
||||
containerClassName="px-4 md:px-8 py-16"
|
||||
features={[
|
||||
{ title: "Matcha Azuki", description: "Elegant green tea harmony.", imageSrc: "http://img.b2bpic.net/free-photo/view-tasty-food-from-around-world_23-2151596559.jpg", buttonIcon: ArrowUpRight },
|
||||
{ title: "Egg Tarts", description: "Flaky, warm, and deeply satisfying.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-canned-green-tomato-slices-wooden-board_114579-83339.jpg", buttonIcon: ArrowUpRight },
|
||||
@@ -104,7 +104,7 @@ export default function WebAgency2Page() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
containerClassName="px-4 md:px-8"
|
||||
containerClassName="px-4 md:px-8 py-16"
|
||||
negativeCard={{ items: ["No noise.", "No rush.", "No compromises."] }}
|
||||
positiveCard={{ items: ["Incredibly fresh ingredients.", "Unique flavors.", "Prices that feel like a gift."] }}
|
||||
/>
|
||||
@@ -113,7 +113,7 @@ export default function WebAgency2Page() {
|
||||
title="Hidden in Chinatown. Found by the Curious."
|
||||
description="We bake in small batches daily. Our most loved items often sell out."
|
||||
background={{ variant: "rotated-rays-animated" }}
|
||||
containerClassName="px-4 md:px-8"
|
||||
containerClassName="px-4 md:px-8 py-20"
|
||||
buttons={[
|
||||
{ text: "Find Us in Chinatown", href: "#visit" },
|
||||
{ text: "See Opening Hours", href: "#visit" },
|
||||
@@ -124,7 +124,7 @@ export default function WebAgency2Page() {
|
||||
<FooterBase
|
||||
logoText="Velour Chinatown Pâtisserie"
|
||||
copyrightText="© 2025 | Velour"
|
||||
containerClassName="px-4 md:px-8"
|
||||
containerClassName="px-4 md:px-8 py-12 border-t border-gray-200/20"
|
||||
columns={[
|
||||
{ title: "Location", items: [{ label: "Via Paolo Sarpi, Milan", href: "#" }] },
|
||||
{ title: "Details", items: [{ label: "Cash Only", href: "#" }, { label: "Freshly Baked", href: "#" }] },
|
||||
|
||||
Reference in New Issue
Block a user