Merge version_2 into main #1
255
src/app/page.tsx
255
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
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="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."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Shop Now", href: "#products"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-photographer_52683-110074.jpg",
|
||||
imageAlt: "elegant product hero display",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-photographer_52683-110074.jpg", imageAlt: "elegant product hero display"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176111.jpg",
|
||||
imageAlt: "premium product close up",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176111.jpg", imageAlt: "premium product close up"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/therapeutic-bath-bombs-arrangement-still-life_23-2150062224.jpg",
|
||||
imageAlt: "studio product shot clean",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/therapeutic-bath-bombs-arrangement-still-life_23-2150062224.jpg", imageAlt: "studio product shot clean"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-item-with-marijuana-leaves_23-2151336306.jpg",
|
||||
imageAlt: "lifestyle product in use",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-item-with-marijuana-leaves_23-2151336306.jpg", imageAlt: "lifestyle product in use"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lilac-cosmetics-jar_23-2147787924.jpg",
|
||||
imageAlt: "top down product photography",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lilac-cosmetics-jar_23-2147787924.jpg", imageAlt: "top down product photography"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-ferromagnetic-liquid-metal-with-copy-space_23-2148253605.jpg",
|
||||
imageAlt: "macro detail product shot",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-ferromagnetic-liquid-metal-with-copy-space_23-2148253605.jpg", imageAlt: "macro detail product shot"},
|
||||
]}
|
||||
autoplayDelay={4000}
|
||||
/>
|
||||
@@ -97,24 +75,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Crafting Quality for ",
|
||||
},
|
||||
type: "text", content: "Crafting Quality for "},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/row-businesswomen-drawing-project-white-paper-workplace_23-2147955178.jpg",
|
||||
alt: "product design studio modern",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/row-businesswomen-drawing-project-white-paper-workplace_23-2147955178.jpg", alt: "product design studio modern"},
|
||||
{
|
||||
type: "text",
|
||||
content: " Every Detail.",
|
||||
},
|
||||
type: "text", content: " Every Detail."},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#",
|
||||
},
|
||||
text: "Learn More", href: "#"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -128,60 +97,25 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Ahmad",
|
||||
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: "p1", brand: "Ahmad", 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",
|
||||
brand: "Ahmad",
|
||||
name: "Classic Elegance",
|
||||
price: "$89",
|
||||
rating: 4,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-doing-product-photography_23-2148970201.jpg",
|
||||
},
|
||||
id: "p2", brand: "Ahmad", 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",
|
||||
brand: "Ahmad",
|
||||
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: "p3", brand: "Ahmad", 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",
|
||||
brand: "Ahmad",
|
||||
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: "p4", brand: "Ahmad", 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",
|
||||
brand: "Ahmad",
|
||||
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: "p5", brand: "Ahmad", 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",
|
||||
brand: "Ahmad",
|
||||
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",
|
||||
},
|
||||
id: "p6", brand: "Ahmad", 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"
|
||||
description="Explore our premium selection of Ahmad products, crafted with care for discerning individuals."
|
||||
/>
|
||||
@@ -194,29 +128,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Exceptional Quality",
|
||||
tags: [
|
||||
"Verified",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-technology-infographic-template_23-2149139366.jpg",
|
||||
},
|
||||
id: "f1", title: "Exceptional Quality", tags: [
|
||||
"Verified"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-technology-infographic-template_23-2149139366.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Timeless Design",
|
||||
tags: [
|
||||
"Modern",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/overlapping-design-elements-blue-background-vector-illustration_1142-8344.jpg",
|
||||
},
|
||||
id: "f2", title: "Timeless Design", tags: [
|
||||
"Modern"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/overlapping-design-elements-blue-background-vector-illustration_1142-8344.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Sustainable Craft",
|
||||
tags: [
|
||||
"Eco-friendly",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/modern-memphis-background-with-colorful-shapes_1017-9383.jpg",
|
||||
},
|
||||
id: "f3", title: "Sustainable Craft", tags: [
|
||||
"Eco-friendly"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/modern-memphis-background-with-colorful-shapes_1017-9383.jpg"},
|
||||
]}
|
||||
title="Why Choose Ahmad?"
|
||||
description="We prioritize quality above everything else, ensuring every purchase is worth your investment."
|
||||
@@ -230,45 +152,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alice M.",
|
||||
handle: "@alicem",
|
||||
testimonial: "Incredible quality and service!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg",
|
||||
},
|
||||
id: "t1", name: "Alice M.", 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",
|
||||
name: "Bob K.",
|
||||
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: "t2", name: "Bob K.", 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",
|
||||
name: "Charlie R.",
|
||||
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: "t3", name: "Charlie R.", 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",
|
||||
name: "Diana P.",
|
||||
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: "t4", name: "Diana P.", 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",
|
||||
name: "Edward S.",
|
||||
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",
|
||||
},
|
||||
id: "t5", name: "Edward S.", 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}
|
||||
title="Customer Stories"
|
||||
@@ -281,14 +178,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Innovation Partners",
|
||||
"Style Group",
|
||||
"Global Retailers",
|
||||
"Future Tech Corp",
|
||||
"Design Hub",
|
||||
"Modern Logistics",
|
||||
"Sustainable Co",
|
||||
]}
|
||||
"Innovation Partners", "Style Group", "Global Retailers", "Future Tech Corp", "Design Hub", "Modern Logistics", "Sustainable Co"]}
|
||||
title="Trusted Globally"
|
||||
description="Partnering with the world's most innovative companies."
|
||||
/>
|
||||
@@ -300,20 +190,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How do I order?",
|
||||
content: "Simply add to cart and checkout.",
|
||||
},
|
||||
id: "q1", title: "How do I order?", content: "Simply add to cart and checkout."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "What's the return policy?",
|
||||
content: "30-day money back guarantee.",
|
||||
},
|
||||
id: "q2", title: "What's the return policy?", content: "30-day money back guarantee."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you ship internationally?",
|
||||
content: "Yes, we ship to over 50 countries worldwide.",
|
||||
},
|
||||
id: "q3", title: "Do you ship internationally?", content: "Yes, we ship to over 50 countries worldwide."},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
title="Frequently Asked Questions"
|
||||
@@ -327,8 +208,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "animated-grid",
|
||||
}}
|
||||
variant: "animated-grid"}}
|
||||
tag="Get in touch"
|
||||
title="Join Our Community"
|
||||
description="Subscribe for exclusive updates and product releases."
|
||||
@@ -341,38 +221,25 @@ export default function LandingPage() {
|
||||
logoText="Ahmad Product"
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{
|
||||
label: "All Products",
|
||||
href: "#products",
|
||||
},
|
||||
label: "All Products", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -381,4 +248,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user