From 6afa7e528288ae8f3edf0281760b808b480f7238 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 23:17:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 297 +++++++++++++++++++---------------------------- 1 file changed, 117 insertions(+), 180 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1a724ab..e6ab5f3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,11 @@ import TextAbout from '@/components/sections/about/TextAbout'; import { Book, Gift, Heart, MessageCircle, Smile, Sparkles, Star } from "lucide-react"; export default function LandingPage() { + // Define navItems for NavbarStyleCentered as it's a required prop + const navItems = [ + { name: "Home", id: "#" } + ]; + return ( - + -
- -
+
+ console.log("Yes clicked!"), + }, + { + text: "No", onClick: () => console.log("No clicked!"), + }, + ]} + slides={[ + { + imageSrc: "http://img.b2bpic.net/free-photo/young-couple-hugging-sea-shore-evening_23-2148020113.jpg", imageAlt: "Romantic couple silhouette at sunset on a beach"}, + { + imageSrc: "http://img.b2bpic.net/free-photo/valentines-day-marry-me-wedding-engagement-ring-box-with-red-rose-gift_114579-443.jpg", imageAlt: "Close-up of an engagement ring on a single red rose"}, + { + imageSrc: "http://img.b2bpic.net/free-photo/sensitive-hands-making-delicate-expressions_23-2149524508.jpg", imageAlt: "Two hands gently intertwined, symbolizing connection"}, + { + imageSrc: "http://img.b2bpic.net/free-photo/romantic-candlelight-dinner-elegant-decor-comfort-generated-by-ai_188544-16342.jpg", imageAlt: "Elegant candlelit dinner setting for two, romantic atmosphere"}, + { + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-looking-each-other_23-2149478749.jpg", imageAlt: "Couple dancing slowly in soft, warm light in an embrace"}, + ]} + autoplayDelay={0} + showDimOverlay={false} + /> +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
);