Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
276
src/app/page.tsx
276
src/app/page.tsx
@@ -33,33 +33,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "#portfolio",
|
||||
},
|
||||
name: "Portfolio", id: "#portfolio"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Why Us",
|
||||
id: "#metrics",
|
||||
},
|
||||
name: "Why Us", id: "#metrics"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQs",
|
||||
id: "#faqs",
|
||||
},
|
||||
name: "FAQs", id: "#faqs"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Paphos Property Photographer"
|
||||
/>
|
||||
@@ -68,19 +54,16 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
logoText="Paphos Property Photographer"
|
||||
description="Showcase your properties with stunning imagery that sells. Fast turnaround, competitive pricing, and proven results for agents and developers across Cyprus."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Shoot Today",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Your Shoot Today", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/colonial-style-building_1150-18043.jpg"
|
||||
imageAlt="Luxury villa exterior with pool in Paphos, Cyprus, showcasing professional real estate photography"
|
||||
mediaAnimation="reveal-blur"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -102,53 +85,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Luxury Residential Interior",
|
||||
price: "Starting from €250",
|
||||
variant: "Interior Photography",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-with-artificial-flowers-vase-home-decor-items-wooden-light-table_169016-3979.jpg",
|
||||
imageAlt: "Modern residential interior with elegant furniture and natural light",
|
||||
},
|
||||
id: "p1", name: "Luxury Residential Interior", price: "Starting from €250", variant: "Interior Photography", imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-with-artificial-flowers-vase-home-decor-items-wooden-light-table_169016-3979.jpg", imageAlt: "Modern residential interior with elegant furniture and natural light"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Commercial Office Space",
|
||||
price: "Starting from €350",
|
||||
variant: "Commercial Photography",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-end-company-office-with-computer-showing-detailed-data-insights_482257-112565.jpg",
|
||||
imageAlt: "Sleek and spacious modern commercial office interior",
|
||||
},
|
||||
id: "p2", name: "Commercial Office Space", price: "Starting from €350", variant: "Commercial Photography", imageSrc: "http://img.b2bpic.net/free-photo/high-end-company-office-with-computer-showing-detailed-data-insights_482257-112565.jpg", imageAlt: "Sleek and spacious modern commercial office interior"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Mediterranean Villa Exterior",
|
||||
price: "Starting from €300",
|
||||
variant: "Exterior & Drone",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-aerial-view-village-with-fields_181624-45926.jpg",
|
||||
imageAlt: "Stunning exterior of a Mediterranean villa with a private pool",
|
||||
},
|
||||
id: "p3", name: "Mediterranean Villa Exterior", price: "Starting from €300", variant: "Exterior & Drone", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-aerial-view-village-with-fields_181624-45926.jpg", imageAlt: "Stunning exterior of a Mediterranean villa with a private pool"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "High-End Kitchen Design",
|
||||
price: "Starting from €250",
|
||||
variant: "Interior Photography",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-machine-making-perfect-cup-coffee_23-2151699677.jpg",
|
||||
imageAlt: "Contemporary kitchen with island and high-end finishes",
|
||||
},
|
||||
id: "p4", name: "High-End Kitchen Design", price: "Starting from €250", variant: "Interior Photography", imageSrc: "http://img.b2bpic.net/free-photo/coffee-machine-making-perfect-cup-coffee_23-2151699677.jpg", imageAlt: "Contemporary kitchen with island and high-end finishes"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Luxurious Bathroom Retreat",
|
||||
price: "Starting from €200",
|
||||
variant: "Interior Photography",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-century-interior-design_23-2151902093.jpg",
|
||||
imageAlt: "Modern luxury bathroom with a freestanding tub and stylish decor",
|
||||
},
|
||||
id: "p5", name: "Luxurious Bathroom Retreat", price: "Starting from €200", variant: "Interior Photography", imageSrc: "http://img.b2bpic.net/free-photo/mid-century-interior-design_23-2151902093.jpg", imageAlt: "Modern luxury bathroom with a freestanding tub and stylish decor"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Aerial Property Overview",
|
||||
price: "Starting from €400",
|
||||
variant: "Drone Photography",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hight-rise-condominium-office-buildings_1127-3047.jpg",
|
||||
imageAlt: "Aerial view of a large residential property with lush gardens",
|
||||
},
|
||||
id: "p6", name: "Aerial Property Overview", price: "Starting from €400", variant: "Drone Photography", imageSrc: "http://img.b2bpic.net/free-photo/hight-rise-condominium-office-buildings_1127-3047.jpg", imageAlt: "Aerial view of a large residential property with lush gardens"},
|
||||
]}
|
||||
title="Our Featured Property Photography Portfolio"
|
||||
description="Explore a selection of our finest real estate photography work, showcasing diverse properties from luxury villas to modern commercial spaces across Paphos."
|
||||
@@ -161,38 +108,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "s1",
|
||||
title: "Professional Interior Photography",
|
||||
descriptions: [
|
||||
"Highlight the unique charm and spaciousness of every room.",
|
||||
"Expert lighting and composition to create inviting visuals.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-pouring-drink_23-2149720813.jpg",
|
||||
imageAlt: "Modern living room interior with bright windows",
|
||||
},
|
||||
id: "s1", title: "Professional Interior Photography", descriptions: [
|
||||
"Highlight the unique charm and spaciousness of every room.", "Expert lighting and composition to create inviting visuals."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-pouring-drink_23-2149720813.jpg", imageAlt: "Modern living room interior with bright windows"},
|
||||
{
|
||||
id: "s2",
|
||||
title: "Stunning Drone & Exterior Shots",
|
||||
descriptions: [
|
||||
"Capture breathtaking aerial views and grand exterior perspectives.",
|
||||
"Showcase property surroundings, amenities, and unique landscapes.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/notepad-house-figure-near-schemes_23-2147831961.jpg",
|
||||
imageAlt: "Aerial view of a coastal property in Paphos",
|
||||
},
|
||||
id: "s2", title: "Stunning Drone & Exterior Shots", descriptions: [
|
||||
"Capture breathtaking aerial views and grand exterior perspectives.", "Showcase property surroundings, amenities, and unique landscapes."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/notepad-house-figure-near-schemes_23-2147831961.jpg", imageAlt: "Aerial view of a coastal property in Paphos"},
|
||||
{
|
||||
id: "s3",
|
||||
title: "High-End Image Retouching",
|
||||
descriptions: [
|
||||
"Professional post-production to ensure every photo is flawless.",
|
||||
"Color correction, exposure adjustment, and detail enhancement for maximum impact.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-holding-smartphone-with-apartment-buildings-hologram_23-2149369107.jpg",
|
||||
imageAlt: "Close-up of a hand editing property photos on a computer screen",
|
||||
},
|
||||
id: "s3", title: "High-End Image Retouching", descriptions: [
|
||||
"Professional post-production to ensure every photo is flawless.", "Color correction, exposure adjustment, and detail enhancement for maximum impact."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-holding-smartphone-with-apartment-buildings-hologram_23-2149369107.jpg", imageAlt: "Close-up of a hand editing property photos on a computer screen"},
|
||||
]}
|
||||
title="Comprehensive Photography Services for Real Estate"
|
||||
description="From stunning aerial views to captivating interior shots, we offer a full suite of services designed to make your properties irresistible to potential clients."
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -203,31 +133,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "500+",
|
||||
title: "Properties Photographed",
|
||||
items: [
|
||||
"Extensive experience across Paphos",
|
||||
"Diverse portfolio of residential & commercial",
|
||||
],
|
||||
id: "m1", value: "500+", title: "Properties Photographed", items: [
|
||||
"Extensive experience across Paphos", "Diverse portfolio of residential & commercial"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "98%",
|
||||
title: "Client Satisfaction",
|
||||
items: [
|
||||
"Dedicated to exceeding expectations",
|
||||
"Consistent positive feedback",
|
||||
],
|
||||
id: "m2", value: "98%", title: "Client Satisfaction", items: [
|
||||
"Dedicated to exceeding expectations", "Consistent positive feedback"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24hr",
|
||||
title: "Avg. Turnaround Time",
|
||||
items: [
|
||||
"Fast delivery without compromising quality",
|
||||
"Ensuring your listings go live quickly",
|
||||
],
|
||||
id: "m3", value: "24hr", title: "Avg. Turnaround Time", items: [
|
||||
"Fast delivery without compromising quality", "Ensuring your listings go live quickly"],
|
||||
},
|
||||
]}
|
||||
title="Why Paphos Agents Trust Our Expertise"
|
||||
@@ -240,14 +155,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Paphos Realty Group",
|
||||
"Cyprus Elite Properties",
|
||||
"Mediterranean Homes",
|
||||
"Island Ventures Realty",
|
||||
"Coastal Estates Paphos",
|
||||
"Luxury Living Cyprus",
|
||||
"Akamas Developments",
|
||||
]}
|
||||
"Paphos Realty Group", "Cyprus Elite Properties", "Mediterranean Homes", "Island Ventures Realty", "Coastal Estates Paphos", "Luxury Living Cyprus", "Akamas Developments"]}
|
||||
title="Trusted by Leading Real Estate Agencies in Cyprus"
|
||||
description="We're proud to partner with prominent real estate agents and developers in Paphos, consistently delivering exceptional visual content that drives results."
|
||||
/>
|
||||
@@ -259,59 +167,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Exceptional Quality & Speed!",
|
||||
quote: "The photos delivered were outstanding and captured the essence of our properties perfectly. The fast turnaround time is invaluable in this market.",
|
||||
name: "Elena Stavrou",
|
||||
role: "Real Estate Agent, Paphos",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-standing-airport_107420-63594.jpg",
|
||||
imageAlt: "Photo of Elena Stavrou",
|
||||
},
|
||||
id: "t1", title: "Exceptional Quality & Speed!", quote: "The photos delivered were outstanding and captured the essence of our properties perfectly. The fast turnaround time is invaluable in this market.", name: "Elena Stavrou", role: "Real Estate Agent, Paphos", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-standing-airport_107420-63594.jpg", imageAlt: "Photo of Elena Stavrou"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Boosted Our Online Presence",
|
||||
quote: "Our listings have seen significantly more engagement since we started using their photography services. Truly professional and highly recommended.",
|
||||
name: "Andreas Georgiou",
|
||||
role: "Property Developer, Limassol",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-architect-showing-blueprint-his-female-colleague_23-2147839903.jpg",
|
||||
imageAlt: "Photo of Andreas Georgiou",
|
||||
},
|
||||
id: "t2", title: "Boosted Our Online Presence", quote: "Our listings have seen significantly more engagement since we started using their photography services. Truly professional and highly recommended.", name: "Andreas Georgiou", role: "Property Developer, Limassol", imageSrc: "http://img.b2bpic.net/free-photo/male-architect-showing-blueprint-his-female-colleague_23-2147839903.jpg", imageAlt: "Photo of Andreas Georgiou"},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Reliable and Talented",
|
||||
quote: "Finding a reliable photographer in Cyprus who understands real estate was a challenge until we found them. Always on time, always incredible results.",
|
||||
name: "Maria Constantinou",
|
||||
role: "Broker, Nicosia",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-nervous-emotional-delivery-guy-red-uniform-standing-near-scooter-showing-document-white-wall_179666-33600.jpg",
|
||||
imageAlt: "Photo of Maria Constantinou",
|
||||
},
|
||||
id: "t3", title: "Reliable and Talented", quote: "Finding a reliable photographer in Cyprus who understands real estate was a challenge until we found them. Always on time, always incredible results.", name: "Maria Constantinou", role: "Broker, Nicosia", imageSrc: "http://img.b2bpic.net/free-photo/young-nervous-emotional-delivery-guy-red-uniform-standing-near-scooter-showing-document-white-wall_179666-33600.jpg", imageAlt: "Photo of Maria Constantinou"},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Visuals That Sell",
|
||||
quote: "Their work directly translates into increased interest and quicker sales for our high-end properties. A crucial partner for our marketing efforts.",
|
||||
name: "Dimitris Ioannou",
|
||||
role: "Sales Director, Paphos",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-men-looking-digital-tablet_1170-2035.jpg",
|
||||
imageAlt: "Photo of Dimitris Ioannou",
|
||||
},
|
||||
id: "t4", title: "Visuals That Sell", quote: "Their work directly translates into increased interest and quicker sales for our high-end properties. A crucial partner for our marketing efforts.", name: "Dimitris Ioannou", role: "Sales Director, Paphos", imageSrc: "http://img.b2bpic.net/free-photo/two-men-looking-digital-tablet_1170-2035.jpg", imageAlt: "Photo of Dimitris Ioannou"},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Seamless Process, Stunning Photos",
|
||||
quote: "From booking to final delivery, the entire process was smooth and efficient. The quality of the photography speaks for itself.",
|
||||
name: "Sophia Michael",
|
||||
role: "Property Manager, Paphos",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/frustrated-angry-project-manager-acting-crazy-judging-her-staff-members_482257-91116.jpg",
|
||||
imageAlt: "Photo of Sophia Michael",
|
||||
},
|
||||
id: "t5", title: "Seamless Process, Stunning Photos", quote: "From booking to final delivery, the entire process was smooth and efficient. The quality of the photography speaks for itself.", name: "Sophia Michael", role: "Property Manager, Paphos", imageSrc: "http://img.b2bpic.net/free-photo/frustrated-angry-project-manager-acting-crazy-judging-her-staff-members_482257-91116.jpg", imageAlt: "Photo of Sophia Michael"},
|
||||
{
|
||||
id: "t6",
|
||||
title: "Exceeded Expectations Every Time",
|
||||
quote: "Consistently delivers beyond what we expect. Their attention to detail and ability to capture the best angles is unmatched.",
|
||||
name: "George Papas",
|
||||
role: "Investment Advisor, Larnaca",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-man-showing-thumbs-up_23-2148352581.jpg",
|
||||
imageAlt: "Photo of George Papas",
|
||||
},
|
||||
id: "t6", title: "Exceeded Expectations Every Time", quote: "Consistently delivers beyond what we expect. Their attention to detail and ability to capture the best angles is unmatched.", name: "George Papas", role: "Investment Advisor, Larnaca", imageSrc: "http://img.b2bpic.net/free-photo/business-man-showing-thumbs-up_23-2148352581.jpg", imageAlt: "Photo of George Papas"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Hear directly from real estate professionals about how our photography services have transformed their listings and boosted their sales."
|
||||
@@ -324,25 +190,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "What areas in Cyprus do you cover?",
|
||||
content: "We are based in Paphos, but we cover properties across all major districts in Cyprus, including Limassol, Nicosia, Larnaca, and Famagusta. Travel fees may apply for locations outside Paphos.",
|
||||
},
|
||||
id: "faq1", title: "What areas in Cyprus do you cover?", content: "We are based in Paphos, but we cover properties across all major districts in Cyprus, including Limassol, Nicosia, Larnaca, and Famagusta. Travel fees may apply for locations outside Paphos."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "How quickly can I expect the photos?",
|
||||
content: "Our standard turnaround time for property photos is 24-48 hours after the shoot. We understand the urgency of new listings and prioritize efficient delivery.",
|
||||
},
|
||||
id: "faq2", title: "How quickly can I expect the photos?", content: "Our standard turnaround time for property photos is 24-48 hours after the shoot. We understand the urgency of new listings and prioritize efficient delivery."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "What are your pricing models?",
|
||||
content: "Our pricing is tailored based on property size, type (residential/commercial), and specific service requirements (e.g., drone, virtual tour). Please contact us for a custom quote that fits your needs.",
|
||||
},
|
||||
id: "faq3", title: "What are your pricing models?", content: "Our pricing is tailored based on property size, type (residential/commercial), and specific service requirements (e.g., drone, virtual tour). Please contact us for a custom quote that fits your needs."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "Do you offer drone photography?",
|
||||
content: "Yes, we offer professional drone photography and videography services to capture stunning aerial views of your properties, highlighting their location and surrounding landscape.",
|
||||
},
|
||||
id: "faq4", title: "Do you offer drone photography?", content: "Yes, we offer professional drone photography and videography services to capture stunning aerial views of your properties, highlighting their location and surrounding landscape."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find quick answers to common questions about our property photography services, booking process, and delivery."
|
||||
@@ -354,8 +208,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Get in Touch"
|
||||
title="Ready to Elevate Your Property Listings?"
|
||||
description="Contact us today to discuss your photography needs, request a custom quote, or schedule your next property shoot in Paphos."
|
||||
@@ -377,50 +230,31 @@ export default function LandingPage() {
|
||||
logoText="Paphos Property Photographer"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Interior Photography",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Interior Photography", href: "#services"},
|
||||
{
|
||||
label: "Drone Photography",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Drone Photography", href: "#services"},
|
||||
{
|
||||
label: "Retouching",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Retouching", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Portfolio",
|
||||
href: "#portfolio",
|
||||
},
|
||||
label: "Portfolio", href: "#portfolio"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user