Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-11 06:47:45 +00:00

View File

@@ -11,7 +11,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import { Camera, Clock, Star } from "lucide-react";
import { Camera, Clock, Star, Sparkles } from "lucide-react";
export default function LandingPage() {
return (
@@ -106,7 +106,7 @@ export default function LandingPage() {
"1 Hour Session", "5 Edited Photos", "Online Gallery"],
},
{
id: "pro", badge: "Popular", price: "₹4,999", subtitle: "Ideal for families and small events.", buttons: [
id: "pro", badge: "Best Value", badgeIcon: Sparkles, price: "₹4,999", subtitle: "Ideal for families and small events.", buttons: [
{
text: "Book Now", href: "#contact"},
],