Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d1e78815da | |||
| 275d7d945f | |||
| 27c333b6da | |||
| dad455fcd0 |
@@ -9,7 +9,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
|||||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
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: "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: "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>
|
</div>
|
||||||
@@ -237,7 +239,7 @@ export default function LandingPage() {
|
|||||||
title="Ready to Book Your Appointment?"
|
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!"
|
description="Contact us today for passport photos, professional photography, printing services, or custom gifts. We're here to help!"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Call Now", href: "tel:+971XXXXXXXXX" },
|
{ text: "Call: +971 XX XXX XXXX", href: "tel:+971XXXXXXXXX" },
|
||||||
{ text: "WhatsApp", href: "https://wa.me/971XXXXXXXXX" },
|
{ text: "WhatsApp", href: "https://wa.me/971XXXXXXXXX" },
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
|
|||||||
Reference in New Issue
Block a user