Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-03 16:13:20 +00:00

View File

@@ -61,6 +61,9 @@ export default function LandingPage() {
{ value: "98%", title: "Satisfied Tech Enthusiasts" },
]}
imageSrc="http://img.b2bpic.net/free-photo/laptop-background-concept-internet-navigating_1194-617369.jpg"
useInvertedBackground={false}
mediaAnimation="blur-reveal"
metricsAnimation="blur-reveal"
/>
</div>
@@ -75,6 +78,7 @@ export default function LandingPage() {
{ id: "1", brand: "Nexus", name: "Pro Phone", price: "$999", rating: 5, reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hands-scanning-qr-code-with-phone_23-2149357874.jpg" },
{ id: "2", brand: "Pulse", name: "Audio Pro", price: "$299", rating: 4, reviewCount: "800", imageSrc: "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722652.jpg" },
]}
useInvertedBackground={false}
/>
</div>
@@ -86,9 +90,11 @@ export default function LandingPage() {
description="Choose the plan that powers your tech lifestyle."
plans={[
{
id: "pro", tag: "Performance", price: "$49", period: "/mo", description: "Full access to high-tier hardware updates and priority support.", featuresTitle: "Core Benefits", features: ["Priority Shipping", "Early Access", "24/7 Tech Concierge"]
id: "pro", tag: "Performance", price: "$49", period: "/mo", description: "Full access to high-tier hardware updates and priority support.", featuresTitle: "Core Benefits", features: ["Priority Shipping", "Early Access", "24/7 Tech Concierge"],
button: { text: "Select Plan" }
}
]}
useInvertedBackground={false}
/>
</div>
@@ -102,6 +108,7 @@ export default function LandingPage() {
{ id: "1", name: "Ahmad R.", handle: "@ahmad_tech", testimonial: "The performance is unmatched. Truly high-tech." },
{ id: "2", name: "Sara K.", handle: "@sara_dev", testimonial: "Best hardware experience I've had in years." }
]}
useInvertedBackground={false}
/>
</div>
@@ -116,6 +123,7 @@ export default function LandingPage() {
ctaDescription="Speak with an expert about your specific technical needs."
ctaButton={{ text: "Get Started" }}
ctaIcon={Mail}
useInvertedBackground={false}
/>
</div>