4 Commits

Author SHA1 Message Date
d1e78815da Update src/app/page.tsx 2026-03-05 07:48:43 +00:00
275d7d945f Merge version_2 into main
Merge version_2 into main
2026-03-05 07:47:06 +00:00
27c333b6da Update src/app/page.tsx 2026-03-05 07:47:02 +00:00
dad455fcd0 Merge version_1 into main
Merge version_1 into main
2026-03-05 07:45:28 +00:00

View File

@@ -9,7 +9,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import { Camera, Printer, Gift, Sparkles, Clock, CheckCircle, FileText, Phone, Star, House, MessageSquareText, Settings, CircleDollarSign, ArrowLeftRight, Send } from 'lucide-react';
import { Camera, Printer, Gift, Sparkles, Clock, CheckCircle, FileText, Phone, Star, House, MessageSquareText, Settings, CircleDollarSign, ArrowLeftRight, Send, Film } from 'lucide-react';
export default function LandingPage() {
return (
@@ -102,6 +102,8 @@ export default function LandingPage() {
id: "photography", title: "Professional Photography", description: "Portrait photography, studio photoshoots, outdoor photography, product photography, and videography services.", tag: "Creative", imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-chair-studio_23-2148565558.jpg?_wi=1", imageAlt: "professional photography studio session photoshoot lighting"},
{
id: "printing", title: "Photo Printing & Frames", description: "High-quality photo printing, frames, canvas printing, photo albums, and photo restoration services.", tag: "Premium Quality", imageSrc: "http://img.b2bpic.net/free-photo/set-different-empty-frames_23-2148226797.jpg", imageAlt: "photo printing frames photo products gallery"},
{
id: "videography", title: "Video & Videography", description: "Professional video production, event videography, promotional videos, and cinematic videography services.", tag: "HD Quality", imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-chair-studio_23-2148565558.jpg?_wi=2", imageAlt: "video production videography filming professional studio"},
]}
/>
</div>
@@ -237,7 +239,7 @@ export default function LandingPage() {
title="Ready to Book Your Appointment?"
description="Contact us today for passport photos, professional photography, printing services, or custom gifts. We're here to help!"
buttons={[
{ text: "Call Now", href: "tel:+971XXXXXXXXX" },
{ text: "Call: +971 XX XXX XXXX", href: "tel:+971XXXXXXXXX" },
{ text: "WhatsApp", href: "https://wa.me/971XXXXXXXXX" },
]}
buttonAnimation="slide-up"