From 49590e658b9f1f6b28d982d1d0bccaa1e9f51e28 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 05:37:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 240 ++++++++--------------------------------------- 1 file changed, 38 insertions(+), 202 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b621ab5..57eed4b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,137 +28,47 @@ export default function LandingPage() {
@@ -176,37 +86,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - id: "f1", - title: "Modern UI", - author: "Design Team", - description: "Cutting edge designs for a global audience.", - tags: [ - "UI", - "Modern", - ], - imageSrc: "http://img.b2bpic.net/free-photo/tablet-with-intelligent-software-placed-table-kitchen-with-nobody_482257-8724.jpg", - }, - { - id: "f2", - title: "Brand Identity", - author: "Strategy Team", - description: "Defining your voice in a crowded space.", - tags: [ - "Branding", - ], - imageSrc: "http://img.b2bpic.net/free-vector/admin-dashboard-panel-template_23-2147904146.jpg", - }, - { - id: "f3", - title: "Digital Strategy", - author: "Marketing Team", - description: "Data-driven results for your business.", - tags: [ - "Strategy", - ], - imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-mockup-white-background_9975-134438.jpg", - }, + { id: "f1", title: "Modern UI", author: "Design Team", description: "Cutting edge designs for a global audience.", tags: ["UI", "Modern"], imageSrc: "http://img.b2bpic.net/free-photo/tablet-with-intelligent-software-placed-table-kitchen-with-nobody_482257-8724.jpg" }, + { id: "f2", title: "Brand Identity", author: "Strategy Team", description: "Defining your voice in a crowded space.", tags: ["Branding"], imageSrc: "http://img.b2bpic.net/free-vector/admin-dashboard-panel-template_23-2147904146.jpg" }, + { id: "f3", title: "Digital Strategy", author: "Marketing Team", description: "Data-driven results for your business.", tags: ["Strategy"], imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-mockup-white-background_9975-134438.jpg" }, ]} title="Our Core Services" description="Designed with precision to elevate your brand presence." @@ -219,60 +101,16 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} testimonials={[ - { - id: "1", - name: "Alice Smith", - role: "CEO", - company: "TechInnovate", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-posing_23-2148407644.jpg", - }, - { - id: "2", - name: "Bob Jones", - role: "Director", - company: "CreativeLab", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/caucasian-brunette-male-portrait_158595-7921.jpg", - }, - { - id: "3", - name: "Clara Evans", - role: "Founder", - company: "GrowthCo", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-attractive-woman-standing-gray-wall_231208-9828.jpg", - }, - { - id: "4", - name: "David White", - role: "Manager", - company: "SolutionsInc", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-confused-handsome-man-suit-grimacing-looking-perplexed-wearing-trendy-suit-standin_1258-157123.jpg", - }, - { - id: "5", - name: "Eve Adams", - role: "Designer", - company: "StyleAgency", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-model-with-arms-crossed_23-2148328818.jpg", - }, + { id: "1", name: "Alice Smith", role: "CEO", company: "TechInnovate", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-posing_23-2148407644.jpg" }, + { id: "2", name: "Bob Jones", role: "Director", company: "CreativeLab", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/caucasian-brunette-male-portrait_158595-7921.jpg" }, + { id: "3", name: "Clara Evans", role: "Founder", company: "GrowthCo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-attractive-woman-standing-gray-wall_231208-9828.jpg" }, + { id: "4", name: "David White", role: "Manager", company: "SolutionsInc", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-confused-handsome-man-suit-grimacing-looking-perplexed-wearing-trendy-suit-standin_1258-157123.jpg" }, + { id: "5", name: "Eve Adams", role: "Designer", company: "StyleAgency", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-model-with-arms-crossed_23-2148328818.jpg" }, ]} kpiItems={[ - { - value: "98%", - label: "Client Satisfaction", - }, - { - value: "150+", - label: "Projects Completed", - }, - { - value: "10y", - label: "Industry Experience", - }, + { value: "98%", label: "Client Satisfaction" }, + { value: "150+", label: "Projects Completed" }, + { value: "10y", label: "Industry Experience" }, ]} title="What Clients Say" description="Our work speaks for itself through the success of our partners." @@ -282,9 +120,7 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1