From bde5dcf790a2352545df61b294d63f52c471d2d5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:47:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++---------------- 1 file changed, 12 insertions(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9cb93ef..767c344 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="mediumLarge" sizing="largeSmallSizeMediumTitles" - background="grid" + background="circleGradient" cardStyle="solid" primaryButtonStyle="primary-glow" secondaryButtonStyle="solid" @@ -47,7 +47,7 @@ export default function LandingPage() { description="Real-time GPS tracking with military-grade security. Stay connected with family and friends instantly. Never miss a moment with live location sharing." tag="Location Tracking Platform" tagIcon={MapPin} - background={{ variant: "grid" }} + background={{ variant: "glowing-orb" }} useInvertedBackground={false} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQwPsJXwTB7mGeTSSUjL2NNdy4/a-modern-smartphone-screen-displaying-a--1772538161611-60b665b3.png" imageAlt="TrackLive mobile app interface showing real-time GPS tracking" @@ -55,15 +55,15 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Chen", handle: "Parent & Safety Officer", testimonial: "TrackLive gives me peace of mind knowing my kids' whereabouts. The real-time updates are incredibly accurate.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQwPsJXwTB7mGeTSSUjL2NNdy4/professional-headshot-portrait-of-a-mid--1772538162487-dd2c4e67.png?_wi=1" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQwPsJXwTB7mGeTSSUjL2NNdy4/professional-headshot-portrait-of-a-mid--1772538162487-dd2c4e67.png" }, { name: "Michael Rodriguez", handle: "Fleet Manager", testimonial: "Our delivery times improved by 30% using TrackLive. The precision and reliability are unmatched.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQwPsJXwTB7mGeTSSUjL2NNdy4/professional-headshot-portrait-of-a-mid--1772538161448-110a756b.png?_wi=1" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQwPsJXwTB7mGeTSSUjL2NNdy4/professional-headshot-portrait-of-a-mid--1772538161448-110a756b.png" }, { name: "Emma Johnson", handle: "Business Owner", testimonial: "Security was my top concern. TrackLive's encryption and privacy features exceeded all expectations.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQwPsJXwTB7mGeTSSUjL2NNdy4/professional-headshot-portrait-of-a-youn-1772538161304-e501e1b2.png?_wi=1" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQwPsJXwTB7mGeTSSUjL2NNdy4/professional-headshot-portrait-of-a-youn-1772538161304-e501e1b2.png" } ]} buttons={[ @@ -77,20 +77,16 @@ export default function LandingPage() {