Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3847494ad8 | |||
| 773016a559 | |||
| b4c0cc2b9e | |||
| f7628000d7 | |||
| 1f1c1e6220 |
@@ -10,7 +10,7 @@ import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo";
|
||||
import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne";
|
||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import { Sparkles, Camera, Film, Award, Heart, Briefcase, Zap, Mail, Instagram, Facebook, Linkedin, ArrowRight, Star } from "lucide-react";
|
||||
import { Sparkles, Camera, Film, Award, Heart, Briefcase, Zap, Mail, Instagram, Facebook, Linkedin, ArrowRight, Star, Crown } from "lucide-react";
|
||||
import Link from "next/link";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -170,7 +170,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "wedding", badge: "Wedding Day", badgeIcon: Heart,
|
||||
id: "wedding", badge: "Most Popular - Wedding Day", badgeIcon: Crown,
|
||||
price: "$3,500", subtitle: "Perfect for capturing your special day", buttons: [
|
||||
{ text: "Learn More", href: "contact" },
|
||||
{ text: "Book Now", href: "contact" }
|
||||
@@ -214,6 +214,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
carouselMode="buttons"
|
||||
cardClassName="scale-100 md:scale-105 md:shadow-2xl md:border-2 md:border-primary"
|
||||
ariaLabel="Pricing packages section"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user