Update src/app/page.tsx

This commit is contained in:
2026-05-07 06:20:42 +00:00
parent fc24b1d83c
commit 96b9e8302d

View File

@@ -33,23 +33,16 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Products",
id: "products",
},
name: "Products", id: "products"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Narome"
button={{ text: "Contact", href: "#contact" }}
/>
</div>
@@ -59,32 +52,20 @@ export default function LandingPage() {
description="Discover a curated collection of creative designs tailored for the modern individual."
buttons={[
{
text: "Shop Now",
href: "#products",
},
text: "Shop Now", href: "#products"},
]}
imageSrc="http://img.b2bpic.net/free-photo/paint-border-background-blue-brushstroke-texture-wallpaper_53876-146626.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/paint-texture-background-wallpaper-abstract-art-acrylic-paint_53876-176789.jpg",
alt: "User 1",
},
src: "http://img.b2bpic.net/free-photo/paint-texture-background-wallpaper-abstract-art-acrylic-paint_53876-176789.jpg", alt: "User 1"},
{
src: "http://img.b2bpic.net/free-photo/elevated-view-blue-rippled-pattern-design-white-paper_23-2148078859.jpg",
alt: "User 2",
},
src: "http://img.b2bpic.net/free-photo/elevated-view-blue-rippled-pattern-design-white-paper_23-2148078859.jpg", alt: "User 2"},
{
src: "http://img.b2bpic.net/free-photo/close-up-oil-painting-texture_23-2149360541.jpg",
alt: "User 3",
},
src: "http://img.b2bpic.net/free-photo/close-up-oil-painting-texture_23-2149360541.jpg", alt: "User 3"},
{
src: "http://img.b2bpic.net/free-photo/top-view-acrylic-paint-background_23-2149127629.jpg",
alt: "User 4",
},
src: "http://img.b2bpic.net/free-photo/top-view-acrylic-paint-background_23-2149127629.jpg", alt: "User 4"},
{
src: "http://img.b2bpic.net/free-photo/paint-border-background-blue-brushstroke-texture-wallpaper_53876-146626.jpg",
alt: "User 5",
},
src: "http://img.b2bpic.net/free-photo/paint-border-background-blue-brushstroke-texture-wallpaper_53876-146626.jpg", alt: "User 5"},
]}
avatarText="Join 10,000+ satisfied creators"
/>
@@ -96,9 +77,7 @@ export default function LandingPage() {
title="Designed for the Creative Soul"
buttons={[
{
text: "Learn More",
href: "#about",
},
text: "Learn More", href: "#about"},
]}
/>
</div>
@@ -111,41 +90,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Minimalist Watch",
price: "$120",
imageSrc: "http://img.b2bpic.net/free-photo/grayscale-closeup-shot-person-wearing-wristwatch_181624-3953.jpg",
},
id: "p1", name: "Minimalist Watch", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/grayscale-closeup-shot-person-wearing-wristwatch_181624-3953.jpg"},
{
id: "p2",
name: "Leather Satchel",
price: "$250",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-bag-hanging_52683-151481.jpg",
},
id: "p2", name: "Leather Satchel", price: "$250", imageSrc: "http://img.b2bpic.net/free-photo/still-life-bag-hanging_52683-151481.jpg"},
{
id: "p3",
name: "Silk Scarf",
price: "$85",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pinecone-beige-shawl-dark-surface_140725-63513.jpg",
},
id: "p3", name: "Silk Scarf", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pinecone-beige-shawl-dark-surface_140725-63513.jpg"},
{
id: "p4",
name: "Designer Glasses",
price: "$180",
imageSrc: "http://img.b2bpic.net/free-photo/fathers-day-composition-with-hipster-concept_23-2147790985.jpg",
},
id: "p4", name: "Designer Glasses", price: "$180", imageSrc: "http://img.b2bpic.net/free-photo/fathers-day-composition-with-hipster-concept_23-2147790985.jpg"},
{
id: "p5",
name: "Canvas Tote",
price: "$45",
imageSrc: "http://img.b2bpic.net/free-photo/love-is-love-lgbtq-pride-tote-bag_23-2151993531.jpg",
},
id: "p5", name: "Canvas Tote", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/love-is-love-lgbtq-pride-tote-bag_23-2151993531.jpg"},
{
id: "p6",
name: "Artisanal Vase",
price: "$95",
imageSrc: "http://img.b2bpic.net/free-photo/ancient-pottery-vessel-with-retro-design_23-2151538369.jpg",
},
id: "p6", name: "Artisanal Vase", price: "$95", imageSrc: "http://img.b2bpic.net/free-photo/ancient-pottery-vessel-with-retro-design_23-2151538369.jpg"},
]}
title="Latest Collections"
description="Browse our latest creative arrivals."
@@ -159,26 +114,11 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
id: "f1",
title: "Premium Quality",
subtitle: "Top tier materials",
category: "Quality",
value: "100%",
},
id: "f1", title: "Premium Quality", subtitle: "Top tier materials", category: "Quality", value: "100%"},
{
id: "f2",
title: "Global Shipping",
subtitle: "Delivered to you",
category: "Delivery",
value: "Fast",
},
id: "f2", title: "Global Shipping", subtitle: "Delivered to you", category: "Delivery", value: "Fast"},
{
id: "f3",
title: "Support 24/7",
subtitle: "Always here for you",
category: "Support",
value: "Always",
},
id: "f3", title: "Support 24/7", subtitle: "Always here for you", category: "Support", value: "Always"},
]}
title="Why Choose Narome"
description="Quality meets creativity in everything we do."
@@ -193,25 +133,13 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "10k+",
title: "Happy Customers",
description: "Global reach",
icon: Users,
id: "m1", value: "10k+", title: "Happy Customers", description: "Global reach", icon: Users,
},
{
id: "m2",
value: "500+",
title: "Unique Designs",
description: "Curated pieces",
icon: Palette,
id: "m2", value: "500+", title: "Unique Designs", description: "Curated pieces", icon: Palette,
},
{
id: "m3",
value: "99%",
title: "Satisfaction",
description: "Loved products",
icon: Award,
id: "m3", value: "99%", title: "Satisfaction", description: "Loved products", icon: Award,
},
]}
title="Our Impact"
@@ -224,30 +152,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "t1",
name: "Alice M.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153829.jpg",
},
id: "t1", name: "Alice M.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153829.jpg"},
{
id: "t2",
name: "Bob D.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-notepad-medium-shot_23-2148336946.jpg",
},
id: "t2", name: "Bob D.", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-notepad-medium-shot_23-2148336946.jpg"},
{
id: "t3",
name: "Charlie R.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-stylish-denim-jacket-coffee-shop_273609-4455.jpg",
},
id: "t3", name: "Charlie R.", imageSrc: "http://img.b2bpic.net/free-photo/woman-stylish-denim-jacket-coffee-shop_273609-4455.jpg"},
{
id: "t4",
name: "Diana S.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-african-guy-smiling-student-confident-his-future-career-head-hunter-dream-standing-white-wall_176420-12537.jpg",
},
id: "t4", name: "Diana S.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-african-guy-smiling-student-confident-his-future-career-head-hunter-dream-standing-white-wall_176420-12537.jpg"},
{
id: "t5",
name: "Evan W.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-cafe-drinking-coffee-working-computer_1303-14698.jpg",
},
id: "t5", name: "Evan W.", imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-cafe-drinking-coffee-working-computer_1303-14698.jpg"},
]}
cardTitle="Customer Voices"
cardTag="Reviews"
@@ -260,20 +173,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "Shipping info?",
content: "Worldwide express.",
},
id: "q1", title: "Shipping info?", content: "Worldwide express."},
{
id: "q2",
title: "Return policy?",
content: "30 days easy returns.",
},
id: "q2", title: "Return policy?", content: "30 days easy returns."},
{
id: "q3",
title: "Payment methods?",
content: "All major credit cards.",
},
id: "q3", title: "Payment methods?", content: "All major credit cards."},
]}
sideTitle="Questions?"
faqsAnimation="slide-up"
@@ -284,8 +188,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={true}
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
tag="Join Us"
title="Stay Updated"
description="Sign up for exclusive offers."
@@ -298,29 +201,19 @@ export default function LandingPage() {
logoText="Narome Store"
columns={[
{
title: "Shop",
items: [
title: "Shop", items: [
{
label: "New Arrivals",
href: "#",
},
label: "New Arrivals", href: "#"},
{
label: "Best Sellers",
href: "#",
},
label: "Best Sellers", href: "#"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "FAQ",
href: "#",
},
label: "FAQ", href: "#"},
{
label: "Contact",
href: "#",
},
label: "Contact", href: "#"},
],
},
]}