Compare commits

..

3 Commits

Author SHA1 Message Date
2db5bc271e Update src/app/page.tsx 2026-03-19 05:47:42 +00:00
30e0b609f0 Merge version_12 into main
Merge version_12 into main
2026-03-19 05:44:22 +00:00
0625be4861 Merge version_12 into main
Merge version_12 into main
2026-03-19 05:43:57 +00:00

View File

@@ -10,7 +10,7 @@ import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterSimple from "@/components/sections/footer/FooterSimple";
import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard";
import BlogCardThree from "@/components/sections/blog/BlogCardThree";
import { Star, Heart, Users, Camera, Sparkles, Crown, Phone, MessageCircle, User, Play, ChevronRight, X } from "lucide-react";
import { Star, Heart, Users, Camera, Sparkles, Crown, Phone, MessageCircle, User, Play, ChevronRight, X, ArrowDown } from "lucide-react";
import { useState } from "react";
export default function LandingPage() {
@@ -96,6 +96,16 @@ export default function LandingPage() {
const initialDresses = allDresses.slice(0, 6);
const handleScrollToDresses = () => {
const gallerySectionElement = document.getElementById('gallery');
if (gallerySectionElement) {
gallerySectionElement.scrollIntoView({
behavior: 'smooth',
block: 'start'
});
}
};
return (
<ThemeProvider
defaultButtonVariant="shift-hover"
@@ -133,7 +143,8 @@ export default function LandingPage() {
tagIcon={Star}
tagAnimation="slide-up"
buttons={[
{ text: "Call Now", href: "tel:747-800-7770" }
{ text: "Call Now", href: "tel:747-800-7770" },
{ text: "Browse Dresses", onClick: handleScrollToDresses }
]}
buttonAnimation="slide-up"
leftCarouselItems={[