Update src/app/page.tsx
This commit is contained in:
231
src/app/page.tsx
231
src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="LebIdea"
|
||||
/>
|
||||
@@ -58,38 +46,17 @@ export default function LandingPage() {
|
||||
title="Innovation for Lebanon's Future"
|
||||
description="Discover the latest ideas in tech and lifestyle, curated specifically for the Lebanese market. Transform your everyday with our groundbreaking selection."
|
||||
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/futuristic-kitchen-interior-design_23-2151821376.jpg"
|
||||
imageAlt="Modern Lebanese startup office workspace"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821272.jpg",
|
||||
alt: "Modern kitchen interior design",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/still-life-spa_23-2148000417.jpg",
|
||||
alt: "Still life of spa",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/warm-lighting-drawer-row-blue-fronts_169016-68933.jpg",
|
||||
alt: "Warm lighting drawer row blue fronts",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397567.jpg",
|
||||
alt: "Hallway of a building",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/shanghai-street-view_649448-3853.jpg",
|
||||
alt: "Shanghai street view",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821272.jpg", alt: "Modern kitchen interior design" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/still-life-spa_23-2148000417.jpg", alt: "Still life of spa" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/warm-lighting-drawer-row-blue-fronts_169016-68933.jpg", alt: "Warm lighting drawer row blue fronts" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397567.jpg", alt: "Hallway of a building" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/shanghai-street-view_649448-3853.jpg", alt: "Shanghai street view" },
|
||||
]}
|
||||
avatarText="Join 5,000+ satisfied customers"
|
||||
/>
|
||||
@@ -112,42 +79,12 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Smart Gadget V1",
|
||||
price: "$49",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-virtual-reality-simulator-with-laptop_23-2148912818.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Audio Pro",
|
||||
price: "$89",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-white-pumpkins-orange-background_23-2149441641.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Home Connect",
|
||||
price: "$129",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/robotic-wireless-vacuum-cleaner-control-by-smartphone-app_23-2150783857.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Productivity Tool",
|
||||
price: "$39",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-workplace-with-computer-pc_53876-47087.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Power Bank Pro",
|
||||
price: "$59",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309625.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Smart Watch Ultra",
|
||||
price: "$199",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-athletic-woman-fixing-her-smartwatch_23-2148781792.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Smart Gadget V1", price: "$49", imageSrc: "http://img.b2bpic.net/free-photo/top-view-virtual-reality-simulator-with-laptop_23-2148912818.jpg" },
|
||||
{ id: "p2", name: "Audio Pro", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-white-pumpkins-orange-background_23-2149441641.jpg" },
|
||||
{ id: "p3", name: "Home Connect", price: "$129", imageSrc: "http://img.b2bpic.net/free-photo/robotic-wireless-vacuum-cleaner-control-by-smartphone-app_23-2150783857.jpg" },
|
||||
{ id: "p4", name: "Productivity Tool", price: "$39", imageSrc: "http://img.b2bpic.net/free-photo/office-workplace-with-computer-pc_53876-47087.jpg" },
|
||||
{ id: "p5", name: "Power Bank Pro", price: "$59", imageSrc: "http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309625.jpg" },
|
||||
{ id: "p6", name: "Smart Watch Ultra", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-athletic-woman-fixing-her-smartwatch_23-2148781792.jpg" },
|
||||
]}
|
||||
title="Featured Innovations"
|
||||
description="Explore our curated collection of groundbreaking products designed for the modern lifestyle."
|
||||
@@ -156,25 +93,17 @@ export default function LandingPage() {
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Cutting-edge Tech",
|
||||
description: "Latest hardware and software innovation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-geometric-wavy-folds-background_1048-15953.jpg",
|
||||
},
|
||||
title: "Cutting-edge Tech", description: "Latest hardware and software innovation.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-geometric-wavy-folds-background_1048-15953.jpg"},
|
||||
{
|
||||
title: "Rapid Delivery",
|
||||
description: "Swift logistics across all Lebanese regions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-shanghai-overpass-night_1359-951.jpg",
|
||||
},
|
||||
title: "Rapid Delivery", description: "Swift logistics across all Lebanese regions.", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-shanghai-overpass-night_1359-951.jpg"},
|
||||
{
|
||||
title: "Secure Transactions",
|
||||
description: "Trustworthy and safe purchase platform.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laptop-wooden-desk-with-social-media-diagram_1134-64.jpg",
|
||||
},
|
||||
title: "Secure Transactions", description: "Trustworthy and safe purchase platform.", imageSrc: "http://img.b2bpic.net/free-photo/laptop-wooden-desk-with-social-media-diagram_1134-64.jpg"},
|
||||
]}
|
||||
title="Why Choose Our Products?"
|
||||
description="Excellence in every detail, localized for you."
|
||||
@@ -187,24 +116,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Sparkles,
|
||||
title: "Products Launched",
|
||||
value: "150+",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
icon: CheckCircle,
|
||||
title: "Happy Customers",
|
||||
value: "5000+",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Award,
|
||||
title: "Years Innovation",
|
||||
value: "5+",
|
||||
},
|
||||
{ id: "m1", icon: Sparkles, title: "Products Launched", value: "150+" },
|
||||
{ id: "m2", icon: CheckCircle, title: "Happy Customers", value: "5000+" },
|
||||
{ id: "m3", icon: Award, title: "Years Innovation", value: "5+" },
|
||||
]}
|
||||
title="Our Impact"
|
||||
description="Growth and milestones achieved together."
|
||||
@@ -217,41 +131,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Ali Hassan",
|
||||
handle: "@ali_lebanon",
|
||||
testimonial: "Excellent service and innovative products, they really deliver on time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-business-man-city_23-2148479568.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Nour El-Hajj",
|
||||
handle: "@nour_tech",
|
||||
testimonial: "Finally, a reliable source for the latest tech gear in Beirut.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-takes-selfie-with-her-phone-emotions-concept_169016-64227.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Samir Kassab",
|
||||
handle: "@samirk",
|
||||
testimonial: "High quality product, very satisfied with my recent purchase.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-sad-young-woman-sad-woman-light-background_169016-62993.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Lina Farah",
|
||||
handle: "@lina_f",
|
||||
testimonial: "Great professional approach and really helpful customer service.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Karim Jaber",
|
||||
handle: "@karimj",
|
||||
testimonial: "Efficient and reliable, highly recommended to all my friends.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-holding-tablet-computers-sitting-stairs_1262-20052.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Ali Hassan", handle: "@ali_lebanon", testimonial: "Excellent service and innovative products, they really deliver on time.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-business-man-city_23-2148479568.jpg" },
|
||||
{ id: "t2", name: "Nour El-Hajj", handle: "@nour_tech", testimonial: "Finally, a reliable source for the latest tech gear in Beirut.", imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-takes-selfie-with-her-phone-emotions-concept_169016-64227.jpg" },
|
||||
{ id: "t3", name: "Samir Kassab", handle: "@samirk", testimonial: "High quality product, very satisfied with my recent purchase.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-sad-young-woman-sad-woman-light-background_169016-62993.jpg" },
|
||||
{ id: "t4", name: "Lina Farah", handle: "@lina_f", testimonial: "Great professional approach and really helpful customer service.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg" },
|
||||
{ id: "t5", name: "Karim Jaber", handle: "@karimj", testimonial: "Efficient and reliable, highly recommended to all my friends.", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-holding-tablet-computers-sitting-stairs_1262-20052.jpg" },
|
||||
]}
|
||||
title="Voices of Success"
|
||||
description="What our users are saying about our curated innovations."
|
||||
@@ -260,44 +144,25 @@ export default function LandingPage() {
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you deliver to all regions?",
|
||||
content: "Yes, we ship everywhere in Lebanon.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What is the warranty policy?",
|
||||
content: "We offer a 12-month manufacturer warranty on all items.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "How can I pay?",
|
||||
content: "We support cash on delivery and online payment options.",
|
||||
},
|
||||
{ id: "f1", title: "Do you deliver to all regions?", content: "Yes, we ship everywhere in Lebanon." },
|
||||
{ id: "f2", title: "What is the warranty policy?", content: "We offer a 12-month manufacturer warranty on all items." },
|
||||
{ id: "f3", title: "How can I pay?", content: "We support cash on delivery and online payment options." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Answers to common questions about our products and services."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
text="Ready to experience innovation? Reach out to our team today for inquiries."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Support",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Contact Support", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -306,29 +171,15 @@ export default function LandingPage() {
|
||||
logoText="LebIdea"
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
{
|
||||
label: "Products",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
title: "Explore", items: [
|
||||
{ label: "Products", href: "#products" },
|
||||
{ label: "About Us", href: "#about" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
title: "Support", items: [
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user