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() {
@@ -49,27 +47,12 @@ export default function LandingPage() {
title="Elevate Your Digital Life with Precision Tech"
description="Premium smart devices designed for the future. Experience unmatched performance, elegant design, and seamless connectivity at your fingertips."
buttons={[
- {
- text: "Shop Now", href: "#products"},
- {
- text: "Learn More", href: "#about"},
+ { text: "Shop Now", href: "#products" },
+ { text: "Learn More", href: "#about" },
]}
imageSrc="http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-103096.jpg?_wi=1"
imageAlt="electronics display dark background neon yellow"
showDimOverlay={true}
- avatars={[
- {
- src: "http://img.b2bpic.net/free-photo/abstract-uv-ultraviolet-light-composition_23-2149243972.jpg", alt: "Abstract uv ultraviolet light composition"},
- {
- src: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074251.jpg", alt: "Wireless earbuds with neon cyberpunk style lighting"},
- {
- src: "http://img.b2bpic.net/free-photo/3d-neon-lights-background_23-2150710757.jpg", alt: "3d neon lights background"},
- {
- src: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349222.jpg", alt: "Neon robot vacuum cleaner"},
- {
- src: "http://img.b2bpic.net/free-photo/cropped-photo-afro-american-muscular-man-checking-time_171337-9264.jpg", alt: "Cropped photo of afro american muscular man checking time"},
- ]}
- avatarText="Join 10,000+ tech pioneers"
/>
@@ -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"
/>