diff --git a/src/app/page.tsx b/src/app/page.tsx
index 12c9910..9a865cd 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -3,16 +3,16 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import AboutMetric from '@/components/sections/about/AboutMetric';
-import ContactText from '@/components/sections/contact/ContactText';
-import FaqDouble from '@/components/sections/faq/FaqDouble';
+import ContactCTA from '@/components/sections/contact/ContactCTA';
+import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
-import FooterBase from '@/components/sections/footer/FooterBase';
+import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
-import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
-import { Award, Camera, Star } from "lucide-react";
+import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
+import { Award, Camera, Star, Mail, Phone } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,26 +32,12 @@ export default function LandingPage() {
@@ -59,42 +45,16 @@ export default function LandingPage() {
@@ -104,21 +64,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Expertise in Every Frame"
metrics={[
- {
- icon: Camera,
- label: "Properties Shot",
- value: "500+",
- },
- {
- icon: Star,
- label: "Happy Clients",
- value: "200+",
- },
- {
- icon: Award,
- label: "Years Experience",
- value: "10+",
- },
+ { icon: Camera, label: "Properties Shot", value: "500+" },
+ { icon: Star, label: "Happy Clients", value: "200+" },
+ { icon: Award, label: "Years Experience", value: "10+" },
]}
metricsAnimation="blur-reveal"
/>
@@ -131,60 +79,12 @@ export default function LandingPage() {
gridVariant="asymmetric-60-wide-40-narrow"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- brand: "Real Estate",
- name: "Luxury Residential",
- price: "From $250",
- rating: 5,
- reviewCount: "42",
- imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-dancing-girl-headphones-listening-music-street-enjoying-sound-earphones_1258-193182.jpg",
- },
- {
- id: "p2",
- brand: "Events",
- name: "Wedding Ceremonies",
- price: "Custom Quote",
- rating: 5,
- reviewCount: "18",
- imageSrc: "http://img.b2bpic.net/free-photo/bouquet-white-ranunculus-flowers-blurred-background-with-heart_169016-52107.jpg",
- },
- {
- id: "p3",
- brand: "Culinary",
- name: "Menu & Dish",
- price: "From $150",
- rating: 4,
- reviewCount: "30",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89990.jpg",
- },
- {
- id: "p4",
- brand: "Events",
- name: "Corporate Functions",
- price: "From $300",
- rating: 5,
- reviewCount: "25",
- imageSrc: "http://img.b2bpic.net/free-photo/tv-game-show-with-two-participants-stand-tribunes-excited-women-tv-studio-filming-tv-show_1157-47926.jpg",
- },
- {
- id: "p5",
- brand: "Interiors",
- name: "Home Staging",
- price: "From $200",
- rating: 5,
- reviewCount: "12",
- imageSrc: "http://img.b2bpic.net/free-photo/drawer-lighting-warm-led-profile-blue-fronts_169016-69064.jpg",
- },
- {
- id: "p6",
- brand: "Lifestyle",
- name: "Brand Portraits",
- price: "From $100",
- rating: 5,
- reviewCount: "50",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-nature_23-2148170325.jpg",
- },
+ { id: "p1", brand: "Real Estate", name: "Luxury Residential", price: "From $250", rating: 5, reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-dancing-girl-headphones-listening-music-street-enjoying-sound-earphones_1258-193182.jpg" },
+ { id: "p2", brand: "Events", name: "Wedding Ceremonies", price: "Custom Quote", rating: 5, reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/bouquet-white-ranunculus-flowers-blurred-background-with-heart_169016-52107.jpg" },
+ { id: "p3", brand: "Culinary", name: "Menu & Dish", price: "From $150", rating: 4, reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89990.jpg" },
+ { id: "p4", brand: "Events", name: "Corporate Functions", price: "From $300", rating: 5, reviewCount: "25", imageSrc: "http://img.b2bpic.net/free-photo/tv-game-show-with-two-participants-stand-tribunes-excited-women-tv-studio-filming-tv-show_1157-47926.jpg" },
+ { id: "p5", brand: "Interiors", name: "Home Staging", price: "From $200", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/drawer-lighting-warm-led-profile-blue-fronts_169016-69064.jpg" },
+ { id: "p6", brand: "Lifestyle", name: "Brand Portraits", price: "From $100", rating: 5, reviewCount: "50", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-nature_23-2148170325.jpg" },
]}
title="Featured Portfolio"
description="A glimpse into our diverse professional photography work."
@@ -196,24 +96,8 @@ export default function LandingPage() {
animationType="depth-3d"
textboxLayout="default"
useInvertedBackground={false}
- negativeCard={{
- items: [
- "Distorted perspective",
- "Poor lighting",
- "Inconsistent branding",
- "Delayed delivery",
- "Unprofessional presentation",
- ],
- }}
- positiveCard={{
- items: [
- "High-dynamic range processing",
- "Color-corrected editing",
- "Wide-angle compositions",
- "24-hour turnaround",
- "Full commercial licensing",
- ],
- }}
+ negativeCard={{ items: ["Distorted perspective", "Poor lighting", "Inconsistent branding", "Delayed delivery", "Unprofessional presentation"] }}
+ positiveCard={{ items: ["High-dynamic range processing", "Color-corrected editing", "Wide-angle compositions", "24-hour turnaround", "Full commercial licensing"] }}
title="Why Choose Our Photography"
description="Professional quality and reliability that makes every project shine."
/>
@@ -225,163 +109,68 @@ export default function LandingPage() {
title="Impact by the Numbers"
tag="Performance"
metrics={[
- {
- id: "m1",
- value: "24h",
- description: "Average turnaround time",
- },
- {
- id: "m2",
- value: "99%",
- description: "Client satisfaction rate",
- },
- {
- id: "m3",
- value: "15+",
- description: "Years of expertise",
- },
+ { id: "m1", value: "24h", description: "Average turnaround time" },
+ { id: "m2", value: "99%", description: "Client satisfaction rate" },
+ { id: "m3", value: "15+", description: "Years of expertise" },
]}
metricsAnimation="slide-up"
/>