Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-05-04 20:55:10 +00:00

View File

@@ -31,51 +31,26 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "About",
id: "about",
},
{
name: "Signature",
id: "products",
},
{
name: "Contact",
id: "contact",
},
{ name: "About", id: "about" },
{ name: "Signature", id: "products" },
{ name: "Contact", id: "contact" },
]}
brandName="Caprice"
button={{ text: "Order Now", href: "#products" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardGallery
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Un Moment de Pur Plaisir"
description="Artisanal pâtisserie crafted with passion, tradition, and the finest ingredients. Experience the art of French baking in every bite."
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-pink-white-cupcakes-tray-table_181624-43398.jpg",
imageAlt: "elegant french patisserie display",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-male-baker-kneading-dough-kitchen-counter_23-2147883575.jpg",
imageAlt: "fresh artisan bread bakery",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064692.jpg",
imageAlt: "warm cafe atmosphere",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/roses-cinnamon-with-macaroons-container-tablecloth_23-2148161723.jpg",
imageAlt: "Roses and cinnamon with macaroons on container over the tablecloth",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-white-gypsophila-macaroons-white-box-wooden-table_23-2148087066.jpg",
imageAlt: "An overhead view of white gypsophila and macaroons in white box over the wooden table",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-pink-white-cupcakes-tray-table_181624-43398.jpg", imageAlt: "elegant french patisserie display" },
{ imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-male-baker-kneading-dough-kitchen-counter_23-2147883575.jpg", imageAlt: "fresh artisan bread bakery" },
{ imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064692.jpg", imageAlt: "warm cafe atmosphere" },
{ imageSrc: "http://img.b2bpic.net/free-photo/roses-cinnamon-with-macaroons-container-tablecloth_23-2148161723.jpg", imageAlt: "Roses and cinnamon with macaroons on container over the tablecloth" },
{ imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-white-gypsophila-macaroons-white-box-wooden-table_23-2148087066.jpg", imageAlt: "An overhead view of white gypsophila and macaroons in white box over the wooden table" },
]}
mediaAnimation="blur-reveal"
/>
@@ -97,42 +72,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={true}
products={[
{
id: "p1",
name: "Strawberry Tart",
price: "€6.50",
imageSrc: "http://img.b2bpic.net/free-photo/coffee-with-tasty-fruit-tart-flowers-wooden-tray_23-2148161601.jpg",
},
{
id: "p2",
name: "Almond Croissant",
price: "€4.00",
imageSrc: "http://img.b2bpic.net/free-photo/strawberries-fig-near-croissant_23-2147717730.jpg",
},
{
id: "p3",
name: "Macaron Assortment",
price: "€12.00",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-french-macarons-ful-cakes-white-surface_140725-115167.jpg",
},
{
id: "p4",
name: "Chocolate Éclair",
price: "€5.50",
imageSrc: "http://img.b2bpic.net/free-photo/set-sweet-eclairs-with-various-fillings-stone-surface_114579-57314.jpg",
},
{
id: "p5",
name: "Vanilla Cheesecake",
price: "€7.00",
imageSrc: "http://img.b2bpic.net/free-photo/assortment-pieces-cake_114579-79833.jpg",
},
{
id: "p6",
name: "Praline Box",
price: "€15.00",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-marzipan-dessert_23-2149715499.jpg",
},
{ id: "p1", name: "Strawberry Tart", price: "€6.50", imageSrc: "http://img.b2bpic.net/free-photo/coffee-with-tasty-fruit-tart-flowers-wooden-tray_23-2148161601.jpg" },
{ id: "p2", name: "Almond Croissant", price: "€4.00", imageSrc: "http://img.b2bpic.net/free-photo/strawberries-fig-near-croissant_23-2147717730.jpg" },
{ id: "p3", name: "Macaron Assortment", price: "€12.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-french-macarons-ful-cakes-white-surface_140725-115167.jpg" },
{ id: "p4", name: "Chocolate Éclair", price: "€5.50", imageSrc: "http://img.b2bpic.net/free-photo/set-sweet-eclairs-with-various-fillings-stone-surface_114579-57314.jpg" },
{ id: "p5", name: "Vanilla Cheesecake", price: "€7.00", imageSrc: "http://img.b2bpic.net/free-photo/assortment-pieces-cake_114579-79833.jpg" },
{ id: "p6", name: "Praline Box", price: "€15.00", imageSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-marzipan-dessert_23-2149715499.jpg" },
]}
title="Signature Collection"
description="Discover our daily curated selection of traditional French delicacies."
@@ -143,31 +88,11 @@ export default function LandingPage() {
<TestimonialCardTwelve
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Camille R.",
imageSrc: "http://img.b2bpic.net/free-photo/view-3d-cartoon-animated-coffee-cup_23-2151083780.jpg",
},
{
id: "t2",
name: "Julien M.",
imageSrc: "http://img.b2bpic.net/free-photo/image-smiling-woman-talking-phone-cafe_197531-33569.jpg",
},
{
id: "t3",
name: "Sophie L.",
imageSrc: "http://img.b2bpic.net/free-photo/indoor-portrait-elegant-french-woman-red-beret-eating-tasty-croissants_273443-1930.jpg",
},
{
id: "t4",
name: "Marc D.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-happy-guy-young-man-sits-cafe-watching-videos-digital-tablet-wearing-wireless-headphones-laughing-smiling-spending-time-coffee-shop_1258-314665.jpg",
},
{
id: "t5",
name: "Élise B.",
imageSrc: "http://img.b2bpic.net/free-vector/food-seamless-pattern-design_8830-482.jpg",
},
{ id: "t1", name: "Camille R.", imageSrc: "http://img.b2bpic.net/free-photo/view-3d-cartoon-animated-coffee-cup_23-2151083780.jpg" },
{ id: "t2", name: "Julien M.", imageSrc: "http://img.b2bpic.net/free-photo/image-smiling-woman-talking-phone-cafe_197531-33569.jpg" },
{ id: "t3", name: "Sophie L.", imageSrc: "http://img.b2bpic.net/free-photo/indoor-portrait-elegant-french-woman-red-beret-eating-tasty-croissants_273443-1930.jpg" },
{ id: "t4", name: "Marc D.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-happy-guy-young-man-sits-cafe-watching-videos-digital-tablet-wearing-wireless-headphones-laughing-smiling-spending-time-coffee-shop_1258-314665.jpg" },
{ id: "t5", name: "Élise B.", imageSrc: "http://img.b2bpic.net/free-vector/food-seamless-pattern-design_8830-482.jpg" },
]}
cardTitle="Loved by our guests"
cardAnimation="slide-up"
@@ -180,31 +105,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
faqs={[
{
id: "q1",
title: "Do you offer catering?",
content: "Yes, we provide gourmet catering for private events.",
},
{
id: "q2",
title: "Are your ingredients organic?",
content: "We prioritize locally-sourced, high-quality ingredients.",
},
{
id: "q3",
title: "Do you have vegan options?",
content: "We offer a selection of dairy-free and vegan pastries daily.",
},
{
id: "q4",
title: "Can I pre-order online?",
content: "Currently, please visit us in-store or call to place special orders.",
},
{
id: "q5",
title: "Where are you located?",
content: "We are nestled in the heart of the city, at the historic district.",
},
{ id: "q1", title: "Do you offer catering?", content: "Yes, we provide gourmet catering for private events." },
{ id: "q2", title: "Are your ingredients organic?", content: "We prioritize locally-sourced, high-quality ingredients." },
{ id: "q3", title: "Do you have vegan options?", content: "We offer a selection of dairy-free and vegan pastries daily." },
{ id: "q4", title: "Can I pre-order online?", content: "Currently, please visit us in-store or call to place special orders." },
{ id: "q5", title: "Where are you located?", content: "We are nestled in the heart of the city, at the historic district." },
]}
title="Questions on our craft?"
faqsAnimation="blur-reveal"
@@ -217,14 +122,7 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
names={[
"Gourmet Guide",
"Baking Today",
"City Savor",
"Daily Pastry",
"Master Baker Review",
"Culinary Arts",
"The Pastry Scene",
]}
"Gourmet Guide", "Baking Today", "City Savor", "Daily Pastry", "Master Baker Review", "Culinary Arts", "The Pastry Scene"]}
title="Recognized for excellence"
description="Featured in leading culinary publications and awarded for our dedication to the craft."
/>
@@ -233,9 +131,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={true}
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
tag="Visit Us"
title="Join our newsletter"
description="Stay updated with our seasonal collections and special events."
@@ -245,30 +141,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "About Us",
href: "#about",
},
{
label: "Our Menu",
href: "#products",
},
],
},
{
items: [
{
label: "Contact",
href: "#contact",
},
{
label: "Privacy",
href: "#",
},
],
},
{ items: [{ label: "About Us", href: "#about" }, { label: "Our Menu", href: "#products" }] },
{ items: [{ label: "Contact", href: "#contact" }, { label: "Privacy", href: "#" }] },
]}
logoText="Caprice"
/>