diff --git a/src/app/page.tsx b/src/app/page.tsx
index 66735fc..440dbed 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,25 +33,15 @@ export default function LandingPage() {
@@ -63,15 +53,11 @@ export default function LandingPage() {
description="Your daily dose of funny 3D printed gadgets and customized treasures, straight from the heart of Lebanon. Get ready to laugh and be amazed!"
buttons={[
{
- text: "Shop Now",
- href: "#products",
- },
+ text: "Shop Now", href: "#products"},
{
- text: "Customize Yours",
- href: "#contact",
- },
+ text: "Customize Yours", href: "#contact"},
]}
- imageSrc="http://img.b2bpic.net/free-photo/different-colors-pasta-board-marble-background_114579-59560.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/different-colors-pasta-board-marble-background_114579-59560.jpg"
imageAlt="Funny 3D printed Lebanese-themed products"
/>
@@ -90,67 +76,34 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Concept to Reality",
- description: "Share your hilarious idea, and we'll sketch out the blueprint.",
- bentoComponent: "media-stack",
- items: [
+ title: "Concept to Reality", description: "Share your hilarious idea, and we'll sketch out the blueprint.", bentoComponent: "media-stack", items: [
{
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-with-magnifying-glass_23-2148577690.jpg",
- imageAlt: "Sketch of a 3D printed concept",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-with-magnifying-glass_23-2148577690.jpg", imageAlt: "Sketch of a 3D printed concept"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/collection-decorations-halloween_23-2148635848.jpg",
- imageAlt: "CAD model of the product",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/collection-decorations-halloween_23-2148635848.jpg", imageAlt: "CAD model of the product"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/designer-using-3d-printer_23-2150942080.jpg",
- imageAlt: "Sketch of a 3D printed concept",
- },
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/different-colors-pasta-board-marble-background_114579-59560.jpg?_wi=2",
- imageAlt: "hand drawn sketch of funny 3d print idea",
+ imageSrc: "http://img.b2bpic.net/free-photo/designer-using-3d-printer_23-2150942080.jpg", imageAlt: "Sketch of a 3D printed concept"},
+ ]
},
{
- title: "Precision Printing",
- description: "Our machines work their magic, layer by layer, bringing your vision to life.",
- bentoComponent: "media-stack",
- items: [
+ title: "Precision Printing", description: "Our machines work their magic, layer by layer, bringing your vision to life.", bentoComponent: "media-stack", items: [
{
- imageSrc: "http://img.b2bpic.net/free-photo/3d-printer-with-word-3d-printed-it_188544-38191.jpg",
- imageAlt: "3D printer in action",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/3d-printer-with-word-3d-printed-it_188544-38191.jpg", imageAlt: "3D printer in action"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/balloon-twist-shaped-like-plane_23-2151625288.jpg",
- imageAlt: "3D print in progress",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/balloon-twist-shaped-like-plane_23-2151625288.jpg", imageAlt: "3D print in progress"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/still-life-small-decorative-objects-with-vivid-colors_23-2149732895.jpg",
- imageAlt: "3D printer in action",
- },
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-bath-bomb-pink-background_23-2148306696.jpg",
- imageAlt: "hand drawn sketch of funny 3d print idea",
+ imageSrc: "http://img.b2bpic.net/free-photo/still-life-small-decorative-objects-with-vivid-colors_23-2149732895.jpg", imageAlt: "3D printer in action"},
+ ]
},
{
- title: "Customized with Care",
- description: "Hand-finished and perfected, ensuring every quirk is just right for you.",
- bentoComponent: "media-stack",
- items: [
+ title: "Customized with Care", description: "Hand-finished and perfected, ensuring every quirk is just right for you.", bentoComponent: "media-stack", items: [
{
- imageSrc: "http://img.b2bpic.net/free-photo/christmas-valentine-s-day-new-year-portrait-happy-brunette-girl-wearing-warm-sweater-holding-gift-box-isolated-dark-textured-background_613910-18176.jpg",
- imageAlt: "Finished 3D printed product",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/christmas-valentine-s-day-new-year-portrait-happy-brunette-girl-wearing-warm-sweater-holding-gift-box-isolated-dark-textured-background_613910-18176.jpg", imageAlt: "Finished 3D printed product"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/pinecone-with-green-branch-tree-white-table_114579-75992.jpg?_wi=1",
- imageAlt: "Happy customer receiving product",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/pinecone-with-green-branch-tree-white-table_114579-75992.jpg", imageAlt: "Happy customer receiving product"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/papel-picado-party-decorations_23-2149399220.jpg",
- imageAlt: "Finished 3D printed product",
- },
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/composition-4-july-independence-day-usa_185193-111645.jpg?_wi=1",
- imageAlt: "hand drawn sketch of funny 3d print idea",
+ imageSrc: "http://img.b2bpic.net/free-photo/papel-picado-party-decorations_23-2149399220.jpg", imageAlt: "Finished 3D printed product"},
+ ]
},
]}
title="Your Imagination, Our 3D Magic!"
@@ -166,47 +119,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "1",
- name: "Miniature Cedar Tree",
- price: "$15.00",
- imageSrc: "http://img.b2bpic.net/free-photo/pinecone-with-green-branch-tree-white-table_114579-75992.jpg?_wi=2",
- imageAlt: "3D Printed Miniature Cedar Tree",
- },
+ id: "1", name: "Miniature Cedar Tree", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/pinecone-with-green-branch-tree-white-table_114579-75992.jpg", imageAlt: "3D Printed Miniature Cedar Tree"},
{
- id: "2",
- name: "Lebanese Flag Coasters",
- price: "$25.00",
- imageSrc: "http://img.b2bpic.net/free-photo/composition-4-july-independence-day-usa_185193-111645.jpg?_wi=2",
- imageAlt: "3D Printed Lebanese Flag Coasters",
- },
+ id: "2", name: "Lebanese Flag Coasters", price: "$25.00", imageSrc: "http://img.b2bpic.net/free-photo/composition-4-july-independence-day-usa_185193-111645.jpg", imageAlt: "3D Printed Lebanese Flag Coasters"},
{
- id: "3",
- name: "Zaatar Shaker Holder",
- price: "$20.00",
- imageSrc: "http://img.b2bpic.net/free-photo/bowls-glass-with-milk_23-2147680292.jpg",
- imageAlt: "3D Printed Zaatar Shaker Holder",
- },
+ id: "3", name: "Zaatar Shaker Holder", price: "$20.00", imageSrc: "http://img.b2bpic.net/free-photo/bowls-glass-with-milk_23-2147680292.jpg", imageAlt: "3D Printed Zaatar Shaker Holder"},
{
- id: "4",
- name: "Fairuz Phone Stand",
- price: "$22.00",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait_1296-430.jpg",
- imageAlt: "3D Printed Fairuz Phone Stand",
- },
+ id: "4", name: "Fairuz Phone Stand", price: "$22.00", imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait_1296-430.jpg", imageAlt: "3D Printed Fairuz Phone Stand"},
{
- id: "5",
- name: "Shisha Air Freshener",
- price: "$18.00",
- imageSrc: "http://img.b2bpic.net/free-photo/arabic-shisha-with-metallic-equipments_114579-3730.jpg",
- imageAlt: "3D Printed Shisha Air Freshener",
- },
+ id: "5", name: "Shisha Air Freshener", price: "$18.00", imageSrc: "http://img.b2bpic.net/free-photo/arabic-shisha-with-metallic-equipments_114579-3730.jpg", imageAlt: "3D Printed Shisha Air Freshener"},
{
- id: "6",
- name: "Baklava Keychain",
- price: "$10.00",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cream-cake-with-candies-cookies-fruits-grey-background-cake-cream-biscuit-sweet-cookie-dessert_140725-99218.jpg",
- imageAlt: "3D Printed Baklava Keychain",
- },
+ id: "6", name: "Baklava Keychain", price: "$10.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cream-cake-with-candies-cookies-fruits-grey-background-cake-cream-biscuit-sweet-cookie-dessert_140725-99218.jpg", imageAlt: "3D Printed Baklava Keychain"},
]}
title="Our Quirky Collection"
description="Discover our best-selling 3D printed treasures, guaranteed to spark joy and perhaps a little confusion (in a good way!). Perfect for gifts or just treating yourself to something truly unique."
@@ -220,61 +143,30 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
- id: "basic",
- badge: "Shu Fi",
- price: "$49",
- subtitle: "Small tweaks, big smiles!",
- buttons: [
+ id: "basic", badge: "Shu Fi", price: "$49", subtitle: "Small tweaks, big smiles!", buttons: [
{
- text: "Start Laughing",
- href: "#contact",
- },
+ text: "Start Laughing", href: "#contact"},
],
features: [
- "Up to 2 minor customizations",
- "Standard 3D print material",
- "Email support",
- "Digital proof",
- ],
+ "Up to 2 minor customizations", "Standard 3D print material", "Email support", "Digital proof"],
},
{
- id: "pro",
- badge: "Ya Khara",
- badgeIcon: Sparkles,
- price: "$99",
- subtitle: "For those with a bigger funny bone!",
- buttons: [
+ id: "pro", badge: "Ya Khara", badgeIcon: Sparkles,
+ price: "$99", subtitle: "For those with a bigger funny bone!", buttons: [
{
- text: "Get Quirky",
- href: "#contact",
- },
+ text: "Get Quirky", href: "#contact"},
],
features: [
- "Up to 5 moderate customizations",
- "Premium 3D print materials",
- "Priority email support",
- "2 revisions included",
- ],
+ "Up to 5 moderate customizations", "Premium 3D print materials", "Priority email support", "2 revisions included"],
},
{
- id: "ultimate",
- badge: "Wallah!",
- badgeIcon: Star,
- price: "$199",
- subtitle: "Bring your wildest Lebanese dreams to life!",
- buttons: [
+ id: "ultimate", badge: "Wallah!", badgeIcon: Star,
+ price: "$199", subtitle: "Bring your wildest Lebanese dreams to life!", buttons: [
{
- text: "Go All Out",
- href: "#contact",
- },
+ text: "Go All Out", href: "#contact"},
],
features: [
- "Full custom design & consultation",
- "Exotic 3D print materials",
- "Dedicated phone support",
- "Unlimited revisions",
- "Hand-painted accents",
- ],
+ "Full custom design & consultation", "Exotic 3D print materials", "Dedicated phone support", "Unlimited revisions", "Hand-painted accents"],
},
]}
title="Customization Packages"
@@ -284,68 +176,33 @@ export default function LandingPage() {
@@ -403,46 +245,29 @@ export default function LandingPage() {
logoText="Lebanese Quirks"
columns={[
{
- title: "Products",
- items: [
+ title: "Products", items: [
{
- label: "Our Collection",
- href: "#products",
- },
+ label: "Our Collection", href: "#products"},
{
- label: "Custom Orders",
- href: "#pricing",
- },
+ label: "Custom Orders", href: "#pricing"},
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "About Us",
- href: "#about",
- },
+ label: "About Us", href: "#about"},
{
- label: "FAQs",
- href: "#faq",
- },
+ label: "FAQs", href: "#faq"},
],
},
{
- title: "Connect",
- items: [
+ title: "Connect", items: [
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
{
- label: "Instagram",
- href: "https://instagram.com/lebanesequirks",
- },
+ label: "Instagram", href: "https://instagram.com/lebanesequirks"},
{
- label: "Facebook",
- href: "https://facebook.com/lebanesequirks",
- },
+ label: "Facebook", href: "https://facebook.com/lebanesequirks"},
],
},
]}