Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3053d039ce | |||
| 514a154dcc | |||
| 5561538d9c |
@@ -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"},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user