diff --git a/src/app/page.tsx b/src/app/page.tsx index b2f4853..16e5256 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,17 +33,11 @@ export default function LandingPage() { @@ -52,64 +46,39 @@ export default function LandingPage() {
@@ -119,9 +88,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Philosophy of Design" description={[ - "Every project is an opportunity to distill complex ideas into refined, intuitive interfaces.", - "Located in the heart of Rome, I bring international perspective with a local soul to your digital products.", - ]} + "Every project is an opportunity to distill complex ideas into refined, intuitive interfaces.", "Located in the heart of Rome, I bring international perspective with a local soul to your digital products."]} /> @@ -133,26 +100,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "UI/UX Design", - description: "Creating seamless user experiences that convert.", - imageSrc: "http://img.b2bpic.net/free-photo/3d-render-low-poly-plexus-design-technology-background_1048-15593.jpg?_wi=1", - titleImageSrc: "http://img.b2bpic.net/free-photo/artistic-blurry-colorful-wallpaper-background_58702-8430.jpg", - buttonText: "Learn More", - }, + title: "UI/UX Design", description: "Creating seamless user experiences that convert.", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-low-poly-plexus-design-technology-background_1048-15593.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/artistic-blurry-colorful-wallpaper-background_58702-8430.jpg", buttonText: "Learn More"}, { - title: "Brand Identity", - description: "Defining your visual voice in the digital market.", - imageSrc: "http://img.b2bpic.net/free-photo/male-freelancer-calling-financial-expert-home-discuss-about-funds_482257-126245.jpg?_wi=1", - titleImageSrc: "http://img.b2bpic.net/free-photo/table-lamp-laptop-yellow-paper-plane-cork-board-against-white-background_23-2147873583.jpg", - buttonText: "Learn More", - }, + title: "Brand Identity", description: "Defining your visual voice in the digital market.", imageSrc: "http://img.b2bpic.net/free-photo/male-freelancer-calling-financial-expert-home-discuss-about-funds_482257-126245.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/table-lamp-laptop-yellow-paper-plane-cork-board-against-white-background_23-2147873583.jpg", buttonText: "Learn More"}, { - title: "Web Development", - description: "High-performance websites built to scale.", - imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-communication-logo-template_23-2149816399.jpg?_wi=1", - titleImageSrc: "http://img.b2bpic.net/free-photo/two-luminous-lamps-hang-dark-from-boke-decor-atmosphere-concept_169016-9527.jpg", - buttonText: "Learn More", - }, + title: "Web Development", description: "High-performance websites built to scale.", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-communication-logo-template_23-2149816399.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/two-luminous-lamps-hang-dark-from-boke-decor-atmosphere-concept_169016-9527.jpg", buttonText: "Learn More"}, ]} title="Expertise" description="Comprehensive design solutions tailored to your brand's unique needs." @@ -166,23 +118,14 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - icon: Award, - title: "Awards Won", - value: "15+", - }, + id: "m1", icon: Award, + title: "Awards Won", value: "15+"}, { - id: "m2", - icon: Star, - title: "Projects Completed", - value: "80+", - }, + id: "m2", icon: Star, + title: "Projects Completed", value: "80+"}, { - id: "m3", - icon: Users, - title: "Happy Clients", - value: "50+", - }, + id: "m3", icon: Users, + title: "Happy Clients", value: "50+"}, ]} title="Impact by Numbers" description="Data-driven results for every client." @@ -191,64 +134,29 @@ export default function LandingPage() {