From 0aec167667c873f08e64678406c56e0aa2fb25a4 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 17:41:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 184 ++++++++++------------------------------------- 1 file changed, 39 insertions(+), 145 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f92ba49..f954bf8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,6 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import { CreditCard, Wallet, Landmark } from "lucide-react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; @@ -31,14 +32,11 @@ export default function LandingPage() { @@ -77,33 +60,39 @@ export default function LandingPage() { +
+ +
+
@@ -114,24 +103,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { - id: "p1", brand: "Volt", name: "Elite Watch Pro", price: "$299", rating: 5, - reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/man-using-smart-watch-express-pay_1170-2054.jpg"}, - { - id: "p2", brand: "Sonic", name: "Studio Headphones", price: "$349", rating: 5, - reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722694.jpg"}, - { - id: "p3", brand: "Echo", name: "Pure Speaker", price: "$199", rating: 4, - reviewCount: "56", imageSrc: "http://img.b2bpic.net/free-photo/woman-meditating-with-smart-speaker-high-angle_23-2149936254.jpg"}, - { - id: "p4", brand: "Sonic", name: "Noise Canceller", price: "$449", rating: 5, - reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-technology-background_23-2148882636.jpg"}, - { - id: "p5", brand: "Volt", name: "Daily Tracker", price: "$149", rating: 4, - reviewCount: "43", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-s-hand-with-stylish-watch-sleeve_8353-10475.jpg"}, - { - id: "p6", brand: "Sonic", name: "Wireless X", price: "$249", rating: 5, - reviewCount: "67", imageSrc: "http://img.b2bpic.net/free-photo/headphones-near-vinyl-disc-with-fingerprint_23-2147781811.jpg"}, + { id: "p1", brand: "Volt", name: "Elite Watch Pro", price: "$299", rating: 5, reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/man-using-smart-watch-express-pay_1170-2054.jpg" }, + { id: "p2", brand: "Sonic", name: "Studio Headphones", price: "$349", rating: 5, reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722694.jpg" }, + { id: "p3", brand: "Echo", name: "Pure Speaker", price: "$199", rating: 4, reviewCount: "56", imageSrc: "http://img.b2bpic.net/free-photo/woman-meditating-with-smart-speaker-high-angle_23-2149936254.jpg" }, ]} title="Latest Arrivals" description="Browse our curated selection of high-performance electronics." @@ -144,70 +118,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} plans={[ - { - id: "basic", tag: "Essential", price: "$9", period: "/mo", description: "Standard updates and support.", button: { - text: "Get Started"}, - featuresTitle: "Included features:", features: [ - "10% member discount", "Extended warranty", "Priority support"], - }, - { - id: "pro", tag: "Elite Member", price: "$19", period: "/mo", description: "Exclusive perks and early access.", button: { - text: "Join Pro"}, - featuresTitle: "All basic features, plus:", features: [ - "30% member discount", "Free shipping on orders", "Early product access"], - }, + { id: "basic", tag: "Essential", price: "$9", period: "/mo", description: "Standard updates and support.", button: { text: "Get Started" }, featuresTitle: "Included features:", features: ["10% member discount", "Extended warranty"] }, + { id: "pro", tag: "Elite", price: "$19", period: "/mo", description: "Exclusive perks and early access.", button: { text: "Join Pro" }, featuresTitle: "All basic features, plus:", features: ["30% member discount", "Free shipping"] }, ]} title="Flexible Membership" - description="Join our ecosystem for exclusive benefits and early access." - /> - - -
- -
- -
-
@@ -216,38 +131,17 @@ export default function LandingPage() { useInvertedBackground={true} title="Get in Touch" description="Have questions? Our support team is ready to assist." - inputs={[ - { - name: "name", type: "text", placeholder: "Your Name"}, - { - name: "email", type: "email", placeholder: "Email Address"}, - ]} - textarea={{ - name: "message", placeholder: "How can we help?"}} + inputs={[{ name: "name", type: "text", placeholder: "Your Name" }, { name: "email", type: "email", placeholder: "Email Address" }]} + textarea={{ name: "message", placeholder: "How can we help?" }} imageSrc="http://img.b2bpic.net/free-photo/modern-office-equipment-blue-desk-generated-by-ai_188544-27062.jpg" - imageAlt="minimalist tech workspace dark desk" />