diff --git a/src/app/page.tsx b/src/app/page.tsx index 52bbfae..460d0e1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,6 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import { Zap, Shield, Award, Star } from 'lucide-react'; import ContactText from '@/components/sections/contact/ContactText'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import FooterBase from '@/components/sections/footer/FooterBase'; @@ -29,21 +30,13 @@ export default function LandingPage() { @@ -52,63 +45,40 @@ export default function LandingPage() {
@@ -120,15 +90,11 @@ export default function LandingPage() { description="Business Name is built on excellence, detail, and unforgettable experiences. Every element is crafted to create a premium atmosphere." metrics={[ { - value: "100%", - title: "Client Satisfaction", - }, + value: "100%", title: "Client Satisfaction"}, { - value: "10+ Yrs", - title: "Luxury Expertise", - }, + value: "10+ Yrs", title: "Luxury Expertise"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283234.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283234.jpg" imageAlt="Minimalist luxury space" mediaAnimation="blur-reveal" metricsAnimation="slide-up" @@ -141,29 +107,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Premium Experience", - description: "Curated moments that redefine quality standards.", - buttonIcon: "Zap", - imageSrc: "http://img.b2bpic.net/free-photo/dark-plate-with-pasta-mushrooms-dark-cloth_23-2148340423.jpg?_wi=2", - }, + title: "Premium Experience", description: "Curated moments that redefine quality standards.", buttonIcon: Zap, + imageSrc: "http://img.b2bpic.net/free-photo/dark-plate-with-pasta-mushrooms-dark-cloth_23-2148340423.jpg"}, { - title: "Tailored Solutions", - description: "Custom approaches for your unique requirements.", - buttonIcon: "Shield", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283234.jpg?_wi=2", - }, + title: "Tailored Solutions", description: "Custom approaches for your unique requirements.", buttonIcon: Shield, + imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283234.jpg"}, { - title: "Elite Service", - description: "World-class support for discerning clients.", - buttonIcon: "Award", - imageSrc: "http://img.b2bpic.net/free-photo/non-binary-person-wearing-retro-clothes_23-2148757535.jpg?_wi=1", - }, + title: "Elite Service", description: "World-class support for discerning clients.", buttonIcon: Award, + imageSrc: "http://img.b2bpic.net/free-photo/non-binary-person-wearing-retro-clothes_23-2148757535.jpg"}, { - title: "Strategic Consulting", - description: "Professional guidance for complex challenges.", - buttonIcon: "Star", - imageSrc: "http://img.b2bpic.net/free-photo/ok-sign-showed-by-attractive-woman_329181-13410.jpg?_wi=1", - }, + title: "Strategic Consulting", description: "Professional guidance for complex challenges.", buttonIcon: Star, + imageSrc: "http://img.b2bpic.net/free-photo/ok-sign-showed-by-attractive-woman_329181-13410.jpg"}, ]} title="Elite Services" description="Crafted with precision to deliver exceptional quality and value." @@ -175,30 +129,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah J.", - imageSrc: "http://img.b2bpic.net/free-photo/non-binary-person-wearing-retro-clothes_23-2148757535.jpg?_wi=2", - }, + id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/non-binary-person-wearing-retro-clothes_23-2148757535.jpg"}, { - id: "2", - name: "Michael C.", - imageSrc: "http://img.b2bpic.net/free-photo/ok-sign-showed-by-attractive-woman_329181-13410.jpg?_wi=2", - }, + id: "2", name: "Michael C.", imageSrc: "http://img.b2bpic.net/free-photo/ok-sign-showed-by-attractive-woman_329181-13410.jpg"}, { - id: "3", - name: "Emily R.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-talking-phone_23-2148660681.jpg", - }, + id: "3", name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-talking-phone_23-2148660681.jpg"}, { - id: "4", - name: "David K.", - imageSrc: "http://img.b2bpic.net/free-photo/attractive-brunette-female-dressed-long-neck-brown-jacket-grey-background_613910-15017.jpg", - }, + id: "4", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-brunette-female-dressed-long-neck-brown-jacket-grey-background_613910-15017.jpg"}, { - id: "5", - name: "Alice M.", - imageSrc: "http://img.b2bpic.net/free-photo/businessman-holding-coffee-cup_23-2147985433.jpg", - }, + id: "5", name: "Alice M.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-holding-coffee-cup_23-2147985433.jpg"}, ]} cardTitle="Client Voices" cardTag="Testimonials" @@ -210,14 +149,11 @@ export default function LandingPage() { @@ -226,38 +162,25 @@ export default function LandingPage() {