Update src/app/page.tsx

This commit is contained in:
2026-03-09 03:11:29 +00:00
parent abb53f25d9
commit 5e962802ea

View File

@@ -21,7 +21,7 @@ export default function CafeNoir() {
borderRadius="soft"
contentWidth="small"
sizing="large"
background="floatingGradient"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="gradient"
secondaryButtonStyle="radial-glow"
@@ -45,7 +45,7 @@ export default function CafeNoir() {
<HeroBillboardCarousel
title="Welcome to Café Noir"
description="Discover the perfect blend of artisan coffee, cozy ambiance, and exceptional service. Your sanctuary for quality moments."
background={{ variant: "floatingGradient" }}
background={{ variant: "sparkles-gradient" }}
tag="Premium Coffee Experience"
tagIcon={Coffee}
mediaItems={[
@@ -72,7 +72,7 @@ export default function CafeNoir() {
{ value: "5,000+", title: "Happy Customers Monthly" },
{ value: "12", title: "Years of Excellence" }
]}
imageSrc="http://img.b2bpic.net/free-photo/modern-sauna-with-panoramic-windows-wooden-design_169016-70021.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/modern-sauna-with-panoramic-windows-wooden-design_169016-70021.jpg"
imageAlt="Our café interior with warm ambiance"
useInvertedBackground={false}
mediaAnimation="none"
@@ -216,7 +216,7 @@ export default function CafeNoir() {
{ id: "5", title: "Do you have dietary options?", content: "Yes, we offer vegan pastries, lactose-free milk alternatives, and gluten-free options. Ask our staff for recommendations." },
{ id: "6", title: "Can I host an event here?", content: "Our dedicated event space is perfect for meetings, celebrations, and gatherings. We offer catering and full café amenities." }
]}
imageSrc="http://img.b2bpic.net/free-photo/modern-sauna-with-panoramic-windows-wooden-design_169016-70021.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/modern-sauna-with-panoramic-windows-wooden-design_169016-70021.jpg"
imageAlt="Café interior FAQ"
mediaAnimation="none"
faqsAnimation="none"