diff --git a/src/app/page.tsx b/src/app/page.tsx
index d4bc5c5..961a358 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,73 +33,33 @@ export default function LandingPage() {
@@ -111,34 +71,10 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- value: "10k+",
- title: "Customers Served",
- description: "Global creators using our tools.",
- icon: Users,
- },
- {
- id: "m2",
- value: "$5M+",
- title: "Revenue Generated",
- description: "For businesses using our systems.",
- icon: TrendingUp,
- },
- {
- id: "m3",
- value: "50k+",
- title: "Total Downloads",
- description: "Premium assets delivered.",
- icon: Download,
- },
- {
- id: "m4",
- value: "4.9/5",
- title: "Avg. Rating",
- description: "Based on 5,000+ reviews.",
- icon: Star,
- },
+ { id: "m1", value: "10k+", title: "Customers Served", description: "Global creators using our tools.", icon: Users },
+ { id: "m2", value: "$5M+", title: "Revenue Generated", description: "For businesses using our systems.", icon: TrendingUp },
+ { id: "m3", value: "50k+", title: "Total Downloads", description: "Premium assets delivered.", icon: Download },
+ { id: "m4", value: "4.9/5", title: "Avg. Rating", description: "Based on 5,000+ reviews.", icon: Star },
]}
title="Proven Results"
description="Numbers speak for our quality."
@@ -152,42 +88,12 @@ export default function LandingPage() {
gridVariant="one-large-right-three-stacked-left"
useInvertedBackground={true}
products={[
- {
- id: "p1",
- name: "Notion Master Pack",
- price: "$99",
- imageSrc: "http://img.b2bpic.net/free-photo/lovely-flowers-concept-with-modern-notebook_23-2148007063.jpg",
- },
- {
- id: "p2",
- name: "AI Automation System",
- price: "$299",
- imageSrc: "http://img.b2bpic.net/free-photo/saas-concept-collage_23-2149399279.jpg",
- },
- {
- id: "p3",
- name: "Premium UI Kit 2025",
- price: "$149",
- imageSrc: "http://img.b2bpic.net/free-photo/group-people-working-website-template_53876-30729.jpg",
- },
- {
- id: "p4",
- name: "Growth Ebook Library",
- price: "$79",
- imageSrc: "http://img.b2bpic.net/free-photo/ebook-reader-yellow-background_58702-6531.jpg",
- },
- {
- id: "p5",
- name: "Email Marketing Kit",
- price: "$129",
- imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241199.jpg",
- },
- {
- id: "p6",
- name: "Productivity Dashboard",
- price: "$49",
- imageSrc: "http://img.b2bpic.net/free-photo/person-near-alternative-energy-plant_23-2149192757.jpg",
- },
+ { id: "p1", name: "Notion Master Pack", price: "$99", imageSrc: "asset://prod-1" },
+ { id: "p2", name: "AI Automation System", price: "$299", imageSrc: "asset://prod-2" },
+ { id: "p3", name: "Premium UI Kit 2025", price: "$149", imageSrc: "asset://prod-3" },
+ { id: "p4", name: "Growth Ebook Library", price: "$79", imageSrc: "asset://prod-4" },
+ { id: "p5", name: "Email Marketing Kit", price: "$129", imageSrc: "asset://prod-5" },
+ { id: "p6", name: "Productivity Dashboard", price: "$49", imageSrc: "asset://prod-6" },
]}
title="Featured Digital Products"
description="Curated assets for scaling."
@@ -198,47 +104,24 @@ export default function LandingPage() {
@@ -248,41 +131,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
testimonials={[
- {
- id: "t1",
- name: "Sarah",
- handle: "@sarahdev",
- testimonial: "The best UI kit ever.",
- imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-smiling-happy-young-pleasant-looking-female-wears-denim-shirt-stylish-glasses-with-straight-blonde-hair-expresses-positiveness-poses_176420-13176.jpg",
- },
- {
- id: "t2",
- name: "John",
- handle: "@johncode",
- testimonial: "Scale my business fast.",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-displeased-mixed-race-attractive-man-with-dark-narrow-eyes-curly-thick-hair_273609-14091.jpg",
- },
- {
- id: "t3",
- name: "Elena",
- handle: "@elenaart",
- testimonial: "Design quality is elite.",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-laughing_23-2148859448.jpg",
- },
- {
- id: "t4",
- name: "Marcus",
- handle: "@marcusmkt",
- testimonial: "Worth every cent.",
- imageSrc: "http://img.b2bpic.net/free-photo/cheerful-indian-businessman-smiling-closeup-portrait-jobs-career-campaign_53876-129417.jpg",
- },
- {
- id: "t5",
- name: "Chloe",
- handle: "@chloedesign",
- testimonial: "Changed my workflow.",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-outdoors_23-2149915911.jpg",
- },
+ { id: "t1", name: "Sarah", handle: "@sarahdev", testimonial: "The best UI kit ever.", imageSrc: "asset://test-1" },
+ { id: "t2", name: "John", handle: "@johncode", testimonial: "Scale my business fast.", imageSrc: "asset://test-2" },
+ { id: "t3", name: "Elena", handle: "@elenaart", testimonial: "Design quality is elite.", imageSrc: "asset://test-3" },
+ { id: "t4", name: "Marcus", handle: "@marcusmkt", testimonial: "Worth every cent.", imageSrc: "asset://test-4" },
+ { id: "t5", name: "Chloe", handle: "@chloedesign", testimonial: "Changed my workflow.", imageSrc: "asset://test-5" },
]}
title="Loved by Creators"
description="Success stories from our community."
@@ -294,8 +147,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="About Roub Shop"
description={[
- "Roub Shop is a premium creative studio dedicated to helping creators and brands scale faster. We provide the tools, not just the advice, that allow you to reach your potential.",
- ]}
+ "Roub Shop is a premium creative studio dedicated to helping creators and brands scale faster. We provide the tools, not just the advice, that allow you to reach your potential."]}
/>
@@ -306,52 +158,13 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
- id: "starter",
- tag: "Basic",
- price: "$49",
- period: "/mo",
- description: "Good for beginners.",
- button: {
- text: "Select",
- href: "#",
- },
- featuresTitle: "Includes:",
- features: [
- "Template Access",
- "Support",
- ],
+ id: "starter", tag: "Basic", price: "$49", period: "/mo", description: "Good for beginners.", button: { text: "Select", href: "#" }, featuresTitle: "Includes:", features: ["Template Access", "Support"]
},
{
- id: "pro",
- tag: "Popular",
- price: "$129",
- period: "/mo",
- description: "For growing teams.",
- button: {
- text: "Select",
- href: "#",
- },
- featuresTitle: "Includes:",
- features: [
- "Advanced UI Kits",
- "Priority Support",
- ],
+ id: "pro", tag: "Popular", price: "$129", period: "/mo", description: "For growing teams.", button: { text: "Select", href: "#" }, featuresTitle: "Includes:", features: ["Advanced UI Kits", "Priority Support"]
},
{
- id: "ultimate",
- tag: "Elite",
- price: "$299",
- period: "/mo",
- description: "The ultimate creator stack.",
- button: {
- text: "Select",
- href: "#",
- },
- featuresTitle: "Includes:",
- features: [
- "Full Studio Access",
- "Direct Concierge",
- ],
+ id: "ultimate", tag: "Elite", price: "$299", period: "/mo", description: "The ultimate creator stack.", button: { text: "Select", href: "#" }, featuresTitle: "Includes:", features: ["Full Studio Access", "Direct Concierge"]
},
]}
title="Simple Pricing"
@@ -364,21 +177,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
- {
- id: "f1",
- title: "Are updates lifetime?",
- content: "Yes, once you buy, updates are forever.",
- },
- {
- id: "f2",
- title: "Is support included?",
- content: "Our premium plans include priority support.",
- },
- {
- id: "f3",
- title: "What payment methods?",
- content: "We support all major credit cards and Apple Pay.",
- },
+ { id: "f1", title: "Are updates lifetime?", content: "Yes, once you buy, updates are forever." },
+ { id: "f2", title: "Is support included?", content: "Our premium plans include priority support." },
+ { id: "f3", title: "What payment methods?", content: "We support all major credit cards and Apple Pay." },
]}
title="Common Questions"
description="Get answers quickly."
@@ -389,54 +190,23 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file