Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -11,7 +11,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import { Church, Clock, MapPin, ForkAndKnife, Wine, Music, Sparkles } from "lucide-react";
|
||||
import { Church, Clock, MapPin, ForkKnife, Wine, Music, Sparkles } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
||||
<HeroCentered
|
||||
title="John & Jane Are Getting Married!"
|
||||
description="Join us to celebrate our love story as we tie the knot on October 26, 2025, at the beautiful Willow Creek Estate."
|
||||
background="rotated-rays-animated-grid"
|
||||
background={{ variant: "rotated-rays-animated-grid" }}
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/bride-leaning-her-husband-s-shoulder_1153-85.jpg", alt: "John" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/luxury-bride-portrait_624325-743.jpg", alt: "Jane" },
|
||||
@@ -93,7 +93,7 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "The Reception", description: "Celebrate with dinner, drinks, and dancing! We'll have delicious food, joyful music, and plenty of memories to make.", media: { imageSrc: "http://img.b2bpic.net/free-photo/decoration-with-many-different-seashells-snails_1339-7112.jpg", imageAlt: "Elegant wedding reception setup" },
|
||||
items: [
|
||||
{ icon: ForkAndKnife, text: "Willow Creek Ballroom" },
|
||||
{ icon: ForkKnife, text: "Willow Creek Ballroom" },
|
||||
{ icon: Clock, text: "6:00 PM - 9:00 PM" },
|
||||
{ icon: Wine, text: "Open Bar & Buffet" }
|
||||
],
|
||||
@@ -226,7 +226,6 @@ export default function LandingPage() {
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2025 John & Jane. All Rights Reserved."
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user