5 Commits

Author SHA1 Message Date
04b350a65c Merge version_4 into main
Merge version_4 into main
2026-05-05 21:29:53 +00:00
9da18cf5ff Update src/app/page.tsx 2026-05-05 21:29:46 +00:00
9beb0c9019 Merge version_3 into main
Merge version_3 into main
2026-05-05 21:28:47 +00:00
9b2f354dfd Update src/app/page.tsx 2026-05-05 21:28:41 +00:00
5ba0576d36 Merge version_2 into main
Merge version_2 into main
2026-05-05 21:27:15 +00:00

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
<HeroSplit <HeroSplit
background={{ background={{
variant: "radial-gradient"}} variant: "radial-gradient"}}
title="Experience Innovation at Your Fingertips" title="Elevate Your Digital Life with Premium Mobile Tech"
description="Discover our premium selection of the latest smartphones, protective covers, and essential tech accessories designed for the modern lifestyle." description="Discover our premium selection of the latest smartphones, protective covers, and essential tech accessories designed for the modern lifestyle."
buttons={[ buttons={[
{ {
@@ -200,6 +200,9 @@ export default function LandingPage() {
title="Need Help?" title="Need Help?"
description="Answers to the most common questions from our customers." description="Answers to the most common questions from our customers."
faqsAnimation="slide-up" faqsAnimation="slide-up"
buttons={[
{ text: "Contact Support", href: "#contact" }
]}
/> />
</div> </div>