Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0202470e2a |
253
src/app/page.tsx
253
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "home"},
|
||||||
id: "home",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Products",
|
name: "Products", id: "products"},
|
||||||
id: "products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "about"},
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Ahmad Product"
|
brandName="Ahmad Product"
|
||||||
/>
|
/>
|
||||||
@@ -58,35 +50,21 @@ export default function LandingPage() {
|
|||||||
description="Excellence defined. Discover the latest in our curated collection designed for quality and style."
|
description="Excellence defined. Discover the latest in our curated collection designed for quality and style."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Shop Now",
|
text: "Shop Now", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
slides={[
|
slides={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-photographer_52683-110074.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-photographer_52683-110074.jpg", imageAlt: "elegant product hero display"},
|
||||||
imageAlt: "elegant product hero display",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176111.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176111.jpg", imageAlt: "premium product close up"},
|
||||||
imageAlt: "premium product close up",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/therapeutic-bath-bombs-arrangement-still-life_23-2150062224.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/therapeutic-bath-bombs-arrangement-still-life_23-2150062224.jpg", imageAlt: "studio product shot clean"},
|
||||||
imageAlt: "studio product shot clean",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-item-with-marijuana-leaves_23-2151336306.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-item-with-marijuana-leaves_23-2151336306.jpg", imageAlt: "lifestyle product in use"},
|
||||||
imageAlt: "lifestyle product in use",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/lilac-cosmetics-jar_23-2147787924.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/lilac-cosmetics-jar_23-2147787924.jpg", imageAlt: "top down product photography"},
|
||||||
imageAlt: "top down product photography",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-ferromagnetic-liquid-metal-with-copy-space_23-2148253605.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/blurred-ferromagnetic-liquid-metal-with-copy-space_23-2148253605.jpg", imageAlt: "macro detail product shot"},
|
||||||
imageAlt: "macro detail product shot",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
autoplayDelay={4000}
|
autoplayDelay={4000}
|
||||||
/>
|
/>
|
||||||
@@ -97,24 +75,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
heading={[
|
heading={[
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", content: "Crafting Quality for "},
|
||||||
content: "Crafting Quality for ",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "image",
|
type: "image", src: "http://img.b2bpic.net/free-photo/row-businesswomen-drawing-project-white-paper-workplace_23-2147955178.jpg", alt: "product design studio modern"},
|
||||||
src: "http://img.b2bpic.net/free-photo/row-businesswomen-drawing-project-white-paper-workplace_23-2147955178.jpg",
|
|
||||||
alt: "product design studio modern",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", content: " Every Detail."},
|
||||||
content: " Every Detail.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Learn More",
|
text: "Learn More", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -128,60 +97,25 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "p1",
|
id: "p1", brand: "Ahmad", name: "Premium Essence", price: "$49", rating: 5,
|
||||||
brand: "Ahmad",
|
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/young-man-working-his-photography-studio_23-2149033299.jpg"},
|
||||||
name: "Premium Essence",
|
|
||||||
price: "$49",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "120",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-working-his-photography-studio_23-2149033299.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p2",
|
id: "p2", brand: "Ahmad", name: "Classic Elegance", price: "$89", rating: 4,
|
||||||
brand: "Ahmad",
|
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/man-doing-product-photography_23-2148970201.jpg"},
|
||||||
name: "Classic Elegance",
|
|
||||||
price: "$89",
|
|
||||||
rating: 4,
|
|
||||||
reviewCount: "85",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-doing-product-photography_23-2148970201.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p3",
|
id: "p3", brand: "Ahmad", name: "Modern Minimal", price: "$65", rating: 5,
|
||||||
brand: "Ahmad",
|
reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/black-friday-sale-tag-jeans_23-2148288188.jpg"},
|
||||||
name: "Modern Minimal",
|
|
||||||
price: "$65",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "200",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/black-friday-sale-tag-jeans_23-2148288188.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p4",
|
id: "p4", brand: "Ahmad", name: "Gold Standard", price: "$129", rating: 5,
|
||||||
brand: "Ahmad",
|
reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cyber-monday-sale-elements-dark-background_23-2148675048.jpg"},
|
||||||
name: "Gold Standard",
|
|
||||||
price: "$129",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "45",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cyber-monday-sale-elements-dark-background_23-2148675048.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p5",
|
id: "p5", brand: "Ahmad", name: "Urban Style", price: "$75", rating: 4,
|
||||||
brand: "Ahmad",
|
reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/surprised-redhead-man-stretch-out-hands-with-shopping-bags-give-you-gifts-standing-pink-backgro_1258-161714.jpg"},
|
||||||
name: "Urban Style",
|
|
||||||
price: "$75",
|
|
||||||
rating: 4,
|
|
||||||
reviewCount: "92",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/surprised-redhead-man-stretch-out-hands-with-shopping-bags-give-you-gifts-standing-pink-backgro_1258-161714.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p6",
|
id: "p6", brand: "Ahmad", name: "Signature Series", price: "$150", rating: 5,
|
||||||
brand: "Ahmad",
|
reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/computer-mouse-paper-bag-blue-background-top-view_169016-43756.jpg"},
|
||||||
name: "Signature Series",
|
|
||||||
price: "$150",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "15",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/computer-mouse-paper-bag-blue-background-top-view_169016-43756.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
|
buttons={[{ text: "Add to Cart" }]}
|
||||||
title="Our Collection"
|
title="Our Collection"
|
||||||
description="Explore our premium selection of Ahmad products, crafted with care for discerning individuals."
|
description="Explore our premium selection of Ahmad products, crafted with care for discerning individuals."
|
||||||
/>
|
/>
|
||||||
@@ -194,29 +128,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "f1",
|
id: "f1", title: "Exceptional Quality", tags: [
|
||||||
title: "Exceptional Quality",
|
"Verified"],
|
||||||
tags: [
|
imageSrc: "http://img.b2bpic.net/free-vector/gradient-technology-infographic-template_23-2149139366.jpg"},
|
||||||
"Verified",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-technology-infographic-template_23-2149139366.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f2",
|
id: "f2", title: "Timeless Design", tags: [
|
||||||
title: "Timeless Design",
|
"Modern"],
|
||||||
tags: [
|
imageSrc: "http://img.b2bpic.net/free-vector/overlapping-design-elements-blue-background-vector-illustration_1142-8344.jpg"},
|
||||||
"Modern",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/overlapping-design-elements-blue-background-vector-illustration_1142-8344.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f3",
|
id: "f3", title: "Sustainable Craft", tags: [
|
||||||
title: "Sustainable Craft",
|
"Eco-friendly"],
|
||||||
tags: [
|
imageSrc: "http://img.b2bpic.net/free-vector/modern-memphis-background-with-colorful-shapes_1017-9383.jpg"},
|
||||||
"Eco-friendly",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/modern-memphis-background-with-colorful-shapes_1017-9383.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Why Choose Ahmad?"
|
title="Why Choose Ahmad?"
|
||||||
description="We prioritize quality above everything else, ensuring every purchase is worth your investment."
|
description="We prioritize quality above everything else, ensuring every purchase is worth your investment."
|
||||||
@@ -230,45 +152,20 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "t1",
|
id: "t1", name: "Alice M.", handle: "@alicem", testimonial: "Incredible quality and service!", rating: 5,
|
||||||
name: "Alice M.",
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg"},
|
||||||
handle: "@alicem",
|
|
||||||
testimonial: "Incredible quality and service!",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t2",
|
id: "t2", name: "Bob K.", handle: "@bobk", testimonial: "The best product I've bought all year.", rating: 5,
|
||||||
name: "Bob K.",
|
imageSrc: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-846.jpg"},
|
||||||
handle: "@bobk",
|
|
||||||
testimonial: "The best product I've bought all year.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-846.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t3",
|
id: "t3", name: "Charlie R.", handle: "@charlier", testimonial: "Simply wonderful. Will buy again.", rating: 5,
|
||||||
name: "Charlie R.",
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-cheerful-manager-sunny-day_1139-417.jpg"},
|
||||||
handle: "@charlier",
|
|
||||||
testimonial: "Simply wonderful. Will buy again.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-cheerful-manager-sunny-day_1139-417.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t4",
|
id: "t4", name: "Diana P.", handle: "@dianap", testimonial: "Excellent value for the price point.", rating: 4,
|
||||||
name: "Diana P.",
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-business-woman-posing-outdoors_23-2148603030.jpg"},
|
||||||
handle: "@dianap",
|
|
||||||
testimonial: "Excellent value for the price point.",
|
|
||||||
rating: 4,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-business-woman-posing-outdoors_23-2148603030.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t5",
|
id: "t5", name: "Edward S.", handle: "@eds", testimonial: "Quick delivery and great quality.", rating: 5,
|
||||||
name: "Edward S.",
|
imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg"},
|
||||||
handle: "@eds",
|
|
||||||
testimonial: "Quick delivery and great quality.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
showRating={true}
|
showRating={true}
|
||||||
title="Customer Stories"
|
title="Customer Stories"
|
||||||
@@ -281,14 +178,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
names={[
|
names={[
|
||||||
"Innovation Partners",
|
"Innovation Partners", "Style Group", "Global Retailers", "Future Tech Corp", "Design Hub", "Modern Logistics", "Sustainable Co"]}
|
||||||
"Style Group",
|
|
||||||
"Global Retailers",
|
|
||||||
"Future Tech Corp",
|
|
||||||
"Design Hub",
|
|
||||||
"Modern Logistics",
|
|
||||||
"Sustainable Co",
|
|
||||||
]}
|
|
||||||
title="Trusted Globally"
|
title="Trusted Globally"
|
||||||
description="Partnering with the world's most innovative companies."
|
description="Partnering with the world's most innovative companies."
|
||||||
/>
|
/>
|
||||||
@@ -300,20 +190,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "q1",
|
id: "q1", title: "How do I order?", content: "Simply add to cart and checkout."},
|
||||||
title: "How do I order?",
|
|
||||||
content: "Simply add to cart and checkout.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q2",
|
id: "q2", title: "What's the return policy?", content: "30-day money back guarantee."},
|
||||||
title: "What's the return policy?",
|
|
||||||
content: "30-day money back guarantee.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q3",
|
id: "q3", title: "Do you ship internationally?", content: "Yes, we ship to over 50 countries worldwide."},
|
||||||
title: "Do you ship internationally?",
|
|
||||||
content: "Yes, we ship to over 50 countries worldwide.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
title="Frequently Asked Questions"
|
title="Frequently Asked Questions"
|
||||||
@@ -327,8 +208,7 @@ export default function LandingPage() {
|
|||||||
<ContactCenter
|
<ContactCenter
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "animated-grid",
|
variant: "animated-grid"}}
|
||||||
}}
|
|
||||||
tag="Get in touch"
|
tag="Get in touch"
|
||||||
title="Join Our Community"
|
title="Join Our Community"
|
||||||
description="Subscribe for exclusive updates and product releases."
|
description="Subscribe for exclusive updates and product releases."
|
||||||
@@ -341,38 +221,25 @@ export default function LandingPage() {
|
|||||||
logoText="Ahmad Product"
|
logoText="Ahmad Product"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Shop",
|
title: "Shop", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "All Products",
|
label: "All Products", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "About",
|
label: "About", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Contact",
|
label: "Contact", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Privacy Policy",
|
label: "Privacy Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Terms",
|
label: "Terms", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user