From 0cce0d3f4195eb144ed9fbf5d1d05d228a43dfda Mon Sep 17 00:00:00 2001 From: development Date: Thu, 5 Feb 2026 13:46:49 +0000 Subject: [PATCH 1/4] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 14a0013..3f8795f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; @@ -82,7 +82,7 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="default" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" /> @@ -128,7 +128,7 @@ export default function LandingPage() { ]} animationType="slide-up" textboxLayout="default" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" /> -- 2.49.1 From ece77503baf4afee6d21498176797bf821451126 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 5 Feb 2026 13:48:53 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3f8795f..18d2717 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -110,15 +110,15 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Chen", role: "Designer", company: "Creative Studio", rating: 5, - imageSrc: "https://img.b2bpic.net/free-photo/business-owner-working-their-strategy_23-2149241318.jpg" + imageSrc: "https://img.b2bpic.net/free-photo/business-owner-working-their-strategy_23-2149241318.jpg", imageAlt: "Sarah Chen" }, { id: "2", name: "Michael Rodriguez", role: "Photographer", company: "Visual Media Co", rating: 5, - imageSrc: "https://img.b2bpic.net/free-photo/portrait-young-pretty-woman-sitting-table-trench-coat-working-laptop-co-working-office-wearing-glasses-smiling-happy-positive-workplace_285396-65.jpg" + imageSrc: "https://img.b2bpic.net/free-photo/portrait-young-pretty-woman-sitting-table-trench-coat-working-laptop-co-working-office-wearing-glasses-smiling-happy-positive-workplace_285396-65.jpg", imageAlt: "Michael Rodriguez" }, { id: "3", name: "Emma Thompson", role: "Business Owner", company: "Tech Ventures", rating: 5, - imageSrc: "https://img.b2bpic.net/free-photo/side-view-woman-holding-tablet_23-2149927578.jpg" + imageSrc: "https://img.b2bpic.net/free-photo/side-view-woman-holding-tablet_23-2149927578.jpg", imageAlt: "Emma Thompson" } ]} kpiItems={[ -- 2.49.1 From 0583cdfab068dae5d47242e5a403e34186a4c4b9 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 5 Feb 2026 13:50:06 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 18d2717..af11895 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,9 +29,8 @@ export default function LandingPage() { brandName="iPhone Store" navItems={[ { name: "Products", id: "products" }, - { name: "Features", id: "features" }, - { name: "Reviews", id: "reviews" }, - { name: "About", id: "about" }, + { name: "Features", id: "metrics" }, + { name: "Reviews", id: "testimonials" }, { name: "Contact", id: "contact" } ]} button={{ text: "Shop Now", href: "products" }} @@ -53,7 +52,7 @@ export default function LandingPage() { tagIcon={Sparkles} buttons={[ { text: "Buy Now", href: "products" }, - { text: "Learn More", href: "features" } + { text: "Learn More", href: "metrics" } ]} imageSrc="https://img.b2bpic.net/free-psd/new-smartphone-a18-bionic-social-media-banner-design-template_47987-33085.jpg" imageAlt="Latest iPhone showcase" @@ -169,9 +168,9 @@ export default function LandingPage() { }, { items: [ - { label: "Company", href: "about" }, - { label: "About Us", href: "about" }, - { label: "Career", href: "about" } + { label: "Company", href: "#" }, + { label: "About Us", href: "#" }, + { label: "Career", href: "#" } ] }, { -- 2.49.1 From 85c45b85766e18d5d011b97a6195522ae20c8361 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 5 Feb 2026 13:51:14 +0000 Subject: [PATCH 4/4] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index af11895..adcf830 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -118,6 +118,18 @@ export default function LandingPage() { { id: "3", name: "Emma Thompson", role: "Business Owner", company: "Tech Ventures", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/side-view-woman-holding-tablet_23-2149927578.jpg", imageAlt: "Emma Thompson" + }, + { + id: "4", name: "James Wilson", role: "Developer", company: "Innovation Labs", rating: 5, + imageSrc: "https://img.b2bpic.net/free-photo/portrait-lovely-woman-fashion-glasses-home_329181-4275.jpg", imageAlt: "James Wilson" + }, + { + id: "5", name: "Lisa Park", role: "Marketing Lead", company: "Brand Collective", rating: 5, + imageSrc: "https://img.b2bpic.net/free-photo/portrait-confident-businesswoman-smiling_23-2148452708.jpg", imageAlt: "Lisa Park" + }, + { + id: "6", name: "David Kumar", role: "Entrepreneur", company: "StartupX", rating: 5, + imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-woman-posing-office_23-2149392072.jpg", imageAlt: "David Kumar" } ]} kpiItems={[ -- 2.49.1