diff --git a/src/app/page.tsx b/src/app/page.tsx
index 48504ca..804d3dc 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -55,105 +43,24 @@ export default function LandingPage() {
@@ -164,48 +71,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
- {
- id: "1",
- name: "Precision Sensor",
- price: "$199",
- imageSrc: "http://img.b2bpic.net/free-photo/abstract-light-painting-dark_23-2149627914.jpg",
- imageAlt: "3d product industrial",
- },
- {
- id: "2",
- name: "Quantum Hub",
- price: "$349",
- imageSrc: "http://img.b2bpic.net/free-photo/smartphone-earphone-with-open-laptop-isolated-white-backdrop_23-2148061447.jpg",
- imageAlt: "luxury 3d gadget render",
- },
- {
- id: "3",
- name: "Pulse Controller",
- price: "$129",
- imageSrc: "http://img.b2bpic.net/free-photo/yellow-light-background-with-sunset-projector-lamp_53876-103787.jpg",
- imageAlt: "matte black tech device",
- },
- {
- id: "4",
- name: "Nebula Core",
- price: "$499",
- imageSrc: "http://img.b2bpic.net/free-photo/abstract-white-paper-curve-with-dramatic-shadows_1194-638602.jpg",
- imageAlt: "sophisticated tech gadget render",
- },
- {
- id: "5",
- name: "Vertex Link",
- price: "$89",
- imageSrc: "http://img.b2bpic.net/free-photo/3d-geometric-abstract-background_1048-12226.jpg",
- imageAlt: "modern minimalist tech render",
- },
- {
- id: "6",
- name: "Vector Pro",
- price: "$299",
- imageSrc: "http://img.b2bpic.net/free-photo/3d-geometric-abstract-background_1048-17366.jpg",
- imageAlt: "3d rendered electronic details",
- },
+ { id: "1", name: "Precision Sensor", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/abstract-light-painting-dark_23-2149627914.jpg", imageAlt: "3d product industrial" },
+ { id: "2", name: "Quantum Hub", price: "$349", imageSrc: "http://img.b2bpic.net/free-photo/smartphone-earphone-with-open-laptop-isolated-white-backdrop_23-2148061447.jpg", imageAlt: "luxury 3d gadget render" },
+ { id: "3", name: "Pulse Controller", price: "$129", imageSrc: "http://img.b2bpic.net/free-photo/yellow-light-background-with-sunset-projector-lamp_53876-103787.jpg", imageAlt: "matte black tech device" },
+ { id: "4", name: "Nebula Core", price: "$499", imageSrc: "http://img.b2bpic.net/free-photo/abstract-white-paper-curve-with-dramatic-shadows_1194-638602.jpg", imageAlt: "sophisticated tech gadget render" },
+ { id: "5", name: "Vertex Link", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/3d-geometric-abstract-background_1048-12226.jpg", imageAlt: "modern minimalist tech render" },
+ { id: "6", name: "Vector Pro", price: "$299", imageSrc: "http://img.b2bpic.net/free-photo/3d-geometric-abstract-background_1048-17366.jpg", imageAlt: "3d rendered electronic details" }
]}
title="New Arrivals"
description="Discover our collection of premium 3D hardware."
@@ -215,23 +86,12 @@ export default function LandingPage() {
@@ -270,41 +118,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- name: "Alex Rivet",
- handle: "@rivet_tech",
- testimonial: "The build quality on these 3D units is simply incredible.",
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg",
- },
- {
- id: "2",
- name: "Sarah Chen",
- handle: "@chen_design",
- testimonial: "Transformed my creative workflow entirely. A game changer.",
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-serious-businessman-white-shirt-looking-camera-standing-confident_1258-112076.jpg",
- },
- {
- id: "3",
- name: "Marcus Thorne",
- handle: "@mthorne",
- testimonial: "Fast, reliable, and looks stunning on my desk.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-businesswoman-smiling-happy-standing-city_839833-14128.jpg",
- },
- {
- id: "4",
- name: "Elena Rossi",
- handle: "@erossi",
- testimonial: "Professional grade tech. Highly recommended for any studio.",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-looking-camera_23-2148304959.jpg",
- },
- {
- id: "5",
- name: "David Wu",
- handle: "@dwu_dev",
- testimonial: "Best in class performance and style.",
- imageSrc: "http://img.b2bpic.net/free-photo/worker-talking-phone-with-one-hand-waist_1139-432.jpg",
- },
+ { id: "1", name: "Alex Rivet", handle: "@rivet_tech", testimonial: "The build quality on these 3D units is simply incredible.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg" },
+ { id: "2", name: "Sarah Chen", handle: "@chen_design", testimonial: "Transformed my creative workflow entirely. A game changer.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-serious-businessman-white-shirt-looking-camera-standing-confident_1258-112076.jpg" },
+ { id: "3", name: "Marcus Thorne", handle: "@mthorne", testimonial: "Fast, reliable, and looks stunning on my desk.", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-businesswoman-smiling-happy-standing-city_839833-14128.jpg" },
+ { id: "4", name: "Elena Rossi", handle: "@erossi", testimonial: "Professional grade tech. Highly recommended for any studio.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-looking-camera_23-2148304959.jpg" },
+ { id: "5", name: "David Wu", handle: "@dwu_dev", testimonial: "Best in class performance and style.", imageSrc: "http://img.b2bpic.net/free-photo/worker-talking-phone-with-one-hand-waist_1139-432.jpg" }
]}
title="Client Success"
description="What our users are saying about the experience."
@@ -317,56 +135,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
plans={[
- {
- id: "basic",
- badge: "Entry",
- price: "$299",
- subtitle: "Perfect for freelancers",
- buttons: [
- {
- text: "Get Started",
- href: "#",
- },
- ],
- features: [
- "1 year warranty",
- "Community support",
- ],
- },
- {
- id: "pro",
- badge: "Pro",
- price: "$599",
- subtitle: "For serious creators",
- buttons: [
- {
- text: "Get Started",
- href: "#",
- },
- ],
- features: [
- "3 year warranty",
- "Priority support",
- "Pro toolkit",
- ],
- },
- {
- id: "enterprise",
- badge: "Enterprise",
- price: "$999",
- subtitle: "For large studios",
- buttons: [
- {
- text: "Get Started",
- href: "#",
- },
- ],
- features: [
- "5 year warranty",
- "24/7 support",
- "Custom branding",
- ],
- },
+ { id: "basic", badge: "Entry", price: "$299", subtitle: "Perfect for freelancers", buttons: [{ text: "Get Started", href: "#" }], features: ["1 year warranty", "Community support"] },
+ { id: "pro", badge: "Pro", price: "$599", subtitle: "For serious creators", buttons: [{ text: "Get Started", href: "#" }], features: ["3 year warranty", "Priority support", "Pro toolkit"] },
+ { id: "enterprise", badge: "Enterprise", price: "$999", subtitle: "For large studios", buttons: [{ text: "Get Started", href: "#" }], features: ["5 year warranty", "24/7 support", "Custom branding"] }
]}
title="Simple Pricing"
description="Choose the perfect plan for your professional needs."
@@ -377,21 +148,9 @@ export default function LandingPage() {
@@ -427,35 +176,15 @@ export default function LandingPage() {
logoText="3DStore"
columns={[
{
- title: "Product",
- items: [
- {
- label: "Shop",
- href: "#products",
- },
- {
- label: "Tech",
- href: "#features",
- },
- ],
+ title: "Product", items: [{ label: "Shop", href: "#products" }, { label: "Tech", href: "#features" }]
},
{
- title: "Support",
- items: [
- {
- label: "FAQ",
- href: "#faq",
- },
- {
- label: "Contact",
- href: "#contact",
- },
- ],
- },
+ title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Contact", href: "#contact" }]
+ }
]}
/>
);
-}
+}
\ No newline at end of file