Update src/app/page.tsx

This commit is contained in:
2026-03-05 01:58:41 +00:00
parent 072dda2ec9
commit fdbd8402d2

View File

@@ -46,7 +46,7 @@ export default function HomePage() {
tag="Welcome to Aesthetic Cafe"
tagIcon={Coffee}
tagAnimation="blur-reveal"
background={{ variant: "canvas-reveal" }}
background={{ variant: "circleGradient" }}
imageSrc="http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg"
imageAlt="Aesthetic cafe interior with warm lighting and cozy seating"
buttons={[
@@ -68,6 +68,7 @@ export default function HomePage() {
icon={Heart}
videoSrc="http://img.b2bpic.net/free-photo/vertical-shot-male-pouring-milk-into-glass-coffee_181624-1769.jpg"
mediaAnimation="slide-up"
useInvertedBackground={false}
/>
</div>