From 9e3a0fdd36a58cb0cce831a8405e7691f4c585ae Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 02:42:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 287 ++++++++++------------------------------------- 1 file changed, 62 insertions(+), 225 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6d5e3ea..03ecce5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,33 +33,19 @@ export default function LandingPage() { @@ -122,14 +94,10 @@ export default function LandingPage() { useInvertedBackground={true} title="Designed for What's Next" description={[ - "The Galaxy S26 sets a new standard for smartphone excellence. Crafted with precision and an eye for detail, its seamless form factor and premium materials offer an unmatched tactile experience. Every curve, every finish, speaks volumes about its superior engineering.", - "Beyond aesthetics, the S26 integrates groundbreaking advancements to empower your daily life. From its robust, eco-conscious construction to its intuitive interface, it's a device built to evolve with you, pushing the boundaries of technology and user experience.", - ]} + "The Galaxy S26 sets a new standard for smartphone excellence. Crafted with precision and an eye for detail, its seamless form factor and premium materials offer an unmatched tactile experience. Every curve, every finish, speaks volumes about its superior engineering.", "Beyond aesthetics, the S26 integrates groundbreaking advancements to empower your daily life. From its robust, eco-conscious construction to its intuitive interface, it's a device built to evolve with you, pushing the boundaries of technology and user experience."]} buttons={[ { - text: "Explore Design", - href: "#products", - }, + text: "Explore Design", href: "#products"}, ]} buttonAnimation="slide-up" showBorder={true} @@ -146,20 +114,11 @@ export default function LandingPage() { tagAnimation="blur-reveal" accordionItems={[ { - id: "camera", - title: "Pro-Grade Camera System", - content: "Capture life's moments in stunning detail with the S26's revolutionary quad-camera setup. Featuring an enhanced 200MP main sensor, advanced AI image processing, and 100x Space Zoom, your photos and videos will be cinematic masterpieces.", - }, + id: "camera", title: "Pro-Grade Camera System", content: "Capture life's moments in stunning detail with the S26's revolutionary quad-camera setup. Featuring an enhanced 200MP main sensor, advanced AI image processing, and 100x Space Zoom, your photos and videos will be cinematic masterpieces."}, { - id: "display", - title: "Dynamic AMOLED 2X Display", - content: "Immerse yourself in vibrant colors and incredible clarity on the S26's expansive Dynamic AMOLED 2X display. With adaptive refresh rates up to 120Hz and peak brightness, every visual comes to life with breathtaking realism.", - }, + id: "display", title: "Dynamic AMOLED 2X Display", content: "Immerse yourself in vibrant colors and incredible clarity on the S26's expansive Dynamic AMOLED 2X display. With adaptive refresh rates up to 120Hz and peak brightness, every visual comes to life with breathtaking realism."}, { - id: "performance", - title: "Next-Gen Performance", - content: "Powered by the latest Exynos/Snapdragon chipset, the Galaxy S26 delivers blistering speeds for gaming, multitasking, and AI-driven tasks. Experience seamless performance that keeps up with your demanding lifestyle.", - }, + id: "performance", title: "Next-Gen Performance", content: "Powered by the latest Exynos/Snapdragon chipset, the Galaxy S26 delivers blistering speeds for gaming, multitasking, and AI-driven tasks. Experience seamless performance that keeps up with your demanding lifestyle."}, ]} imageSrc="http://img.b2bpic.net/free-photo/new-cell-phone-colorful-background_58702-4924.jpg" imageAlt="Close-up of Samsung Galaxy S26 camera module" @@ -172,31 +131,14 @@ export default function LandingPage() { @@ -406,49 +261,31 @@ export default function LandingPage() { { items: [ { - label: "Galaxy S26", - href: "#hero", - }, + label: "Galaxy S26", href: "#hero"}, { - label: "Accessories", - href: "#products", - }, + label: "Accessories", href: "#products"}, { - label: "Specifications", - href: "#performance", - }, + label: "Specifications", href: "#performance"}, ], }, { items: [ { - label: "About Samsung", - href: "#about", - }, + label: "About Samsung", href: "#about"}, { - label: "Careers", - href: "#", - }, + label: "Careers", href: "#"}, { - label: "Press Center", - href: "#", - }, + label: "Press Center", href: "#"}, ], }, { items: [ { - label: "Support Center", - href: "#faq", - }, + label: "Support Center", href: "#faq"}, { - label: "Contact Us", - href: "#contact", - }, + label: "Contact Us", href: "#contact"}, { - label: "Warranty Info", - href: "#", - }, + label: "Warranty Info", href: "#"}, ], }, ]}