From df5279b1ea8ba1178d7271b3979043afd60ecb1e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 16:29:17 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 48 ++++++++++++++++++++++++++++-------------- 1 file changed, 32 insertions(+), 16 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index ea5ce50..6f80271 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -25,7 +25,7 @@ export default function AboutPage() { borderRadius="soft" contentWidth="compact" sizing="mediumLarge" - background="aurora" + background="circleGradient" cardStyle="inset" primaryButtonStyle="flat" secondaryButtonStyle="solid" @@ -36,7 +36,8 @@ export default function AboutPage() { brandName="Samsung" navItems={navItems} button={{ - text: "Get Started", href: "#contact"}} + text: "Get Started", href: "#contact" + }} /> @@ -48,9 +49,11 @@ export default function AboutPage() { description="Samsung is a global leader in technology, committed to pushing the boundaries of innovation across all sectors. From semiconductors to consumer electronics, we develop transformative products that enhance people's lives worldwide. Our journey spans over eight decades of pioneering research, development, and commitment to excellence in technology solutions." metrics={[ { - value: "80+", title: "Years of Innovation"}, + value: "80+", title: "Years of Innovation" + }, { - value: "74", title: "Countries Worldwide"}, + value: "74", title: "Countries Worldwide" + }, ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai20XQkOsAu6t3gmLYN1X7WZRu/samsung-innovation-hub-environment-with--1773156703713-db0ac322.png" imageAlt="Samsung innovation research facility" @@ -68,10 +71,12 @@ export default function AboutPage() { metrics={[ { id: "1", value: "30%", description: - "Market share leadership in premium smartphone and tablet segment, recognized globally."}, + "Market share leadership in premium smartphone and tablet segment, recognized globally." + }, { id: "2", value: "10M+", description: - "Satisfied customers worldwide enjoying Samsung innovation in their daily lives."}, + "Satisfied customers worldwide enjoying Samsung innovation in their daily lives." + }, ]} tagAnimation="slide-up" metricsAnimation="slide-up" @@ -83,8 +88,10 @@ export default function AboutPage() { Date: Tue, 10 Mar 2026 16:29:18 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 95 ++++++++++++++++++++++++++++++++---------------- 1 file changed, 63 insertions(+), 32 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4d71bed..5cb05a6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,7 +29,7 @@ export default function HomePage() { borderRadius="soft" contentWidth="compact" sizing="mediumLarge" - background="aurora" + background="circleGradient" cardStyle="inset" primaryButtonStyle="flat" secondaryButtonStyle="solid" @@ -40,7 +40,8 @@ export default function HomePage() { brandName="Samsung" navItems={navItems} button={{ - text: "Get Started", href: "#contact"}} + text: "Get Started", href: "#contact" + }} /> @@ -48,7 +49,7 @@ export default function HomePage() {