Merge version_2 into main #2
134
src/app/page.tsx
134
src/app/page.tsx
@@ -30,17 +30,11 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "iPhones",
|
||||
id: "products",
|
||||
},
|
||||
name: "iPhones", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "footer",
|
||||
},
|
||||
name: "Contact", id: "footer"},
|
||||
]}
|
||||
brandName="Adam Store"
|
||||
/>
|
||||
@@ -49,15 +43,12 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Adam Store: BoutiQ le iPhone"
|
||||
description="Trusted iPhone seller in Morocco. Quality guaranteed with free delivery throughout the kingdom. Promotion, Warranty, and Trust."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact via WhatsApp",
|
||||
href: "https://wa.me/212626765671",
|
||||
},
|
||||
text: "Contact via WhatsApp", href: "https://wa.me/212626765671"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXzQA4XCRpbAY9jCwG2l13gOhI/uploaded-1774683790530-nfapmxev.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -73,35 +64,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "iPhone 11",
|
||||
price: "1000 DH",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXzQA4XCRpbAY9jCwG2l13gOhI/high-quality-studio-photo-of-an-iphone-1-1774683808198-603be1db.png?_wi=1",
|
||||
},
|
||||
id: "p1", name: "iPhone 11", price: "1000 DH", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXzQA4XCRpbAY9jCwG2l13gOhI/high-quality-studio-photo-of-an-iphone-1-1774683808198-603be1db.png?_wi=1"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "iPhone 12",
|
||||
price: "1500 DH",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXzQA4XCRpbAY9jCwG2l13gOhI/high-quality-studio-photo-of-an-iphone-1-1774683810185-3ae0c0b1.png?_wi=1",
|
||||
},
|
||||
id: "p2", name: "iPhone 12", price: "1500 DH", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXzQA4XCRpbAY9jCwG2l13gOhI/high-quality-studio-photo-of-an-iphone-1-1774683810185-3ae0c0b1.png?_wi=1"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "iPhone 13",
|
||||
price: "2000 DH",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXzQA4XCRpbAY9jCwG2l13gOhI/high-quality-studio-photo-of-an-iphone-1-1774683808021-f1d0c85a.png",
|
||||
},
|
||||
id: "p3", name: "iPhone 13", price: "2000 DH", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXzQA4XCRpbAY9jCwG2l13gOhI/high-quality-studio-photo-of-an-iphone-1-1774683808021-f1d0c85a.png"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "iPhone 14",
|
||||
price: "3800 DH",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXzQA4XCRpbAY9jCwG2l13gOhI/high-quality-studio-photo-of-an-iphone-1-1774683808198-603be1db.png?_wi=2",
|
||||
},
|
||||
id: "p4", name: "iPhone 14", price: "3800 DH", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXzQA4XCRpbAY9jCwG2l13gOhI/high-quality-studio-photo-of-an-iphone-14-1774683808198-new-asset.png?_wi=2"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "iPhone 15",
|
||||
price: "4200 DH",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXzQA4XCRpbAY9jCwG2l13gOhI/high-quality-studio-photo-of-an-iphone-1-1774683810185-3ae0c0b1.png?_wi=2",
|
||||
},
|
||||
id: "p5", name: "iPhone 15", price: "4200 DH", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXzQA4XCRpbAY9jCwG2l13gOhI/high-quality-studio-photo-of-an-iphone-1-1774683810185-3ae0c0b1.png?_wi=2"},
|
||||
]}
|
||||
title="Premium iPhones"
|
||||
description="Our handpicked selection of authentic, inspected iPhones for every budget."
|
||||
@@ -115,22 +86,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "price-list",
|
||||
badge: "Available Now",
|
||||
price: "From 1000 DH",
|
||||
subtitle: "Trusted quality across all series",
|
||||
features: [
|
||||
"iPhone 11: 1000 DH",
|
||||
"iPhone 12: 1500 DH",
|
||||
"iPhone 13: 2000 DH",
|
||||
"iPhone 14: 3800 DH",
|
||||
"iPhone 15: 4200 DH",
|
||||
],
|
||||
id: "price-list", badge: "Available Now", price: "From 1000 DH", subtitle: "Trusted quality across all series", features: [
|
||||
"iPhone 11: 1000 DH", "iPhone 12: 1500 DH", "iPhone 13: 2000 DH", "iPhone 14: 3800 DH", "iPhone 15: 4200 DH"],
|
||||
buttons: [
|
||||
{
|
||||
text: "WhatsApp Order",
|
||||
href: "https://wa.me/212626765671",
|
||||
},
|
||||
text: "WhatsApp Order", href: "https://wa.me/212626765671"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -148,40 +108,28 @@ export default function LandingPage() {
|
||||
description="We prioritize quality and customer satisfaction above all."
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Authentic Devices",
|
||||
description: "Every phone is 100% genuine Apple hardware.",
|
||||
media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXzQA4XCRpbAY9jCwG2l13gOhI/high-quality-studio-photo-of-an-iphone-1-1774683808198-603be1db.png?_wi=3",
|
||||
},
|
||||
id: "f1", title: "Authentic Devices", description: "Every phone is 100% genuine Apple hardware.", media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXzQA4XCRpbAY9jCwG2l13gOhI/high-quality-studio-photo-of-an-iphone-1-1774683808198-603be1db.png?_wi=3"},
|
||||
items: [
|
||||
{
|
||||
icon: Check,
|
||||
text: "Inspected hardware",
|
||||
},
|
||||
text: "Inspected hardware"},
|
||||
{
|
||||
icon: Shield,
|
||||
text: "Genuine parts",
|
||||
},
|
||||
text: "Genuine parts"},
|
||||
],
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Free Nationwide Delivery",
|
||||
description: "Secure shipping to your door anywhere in Morocco.",
|
||||
media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXzQA4XCRpbAY9jCwG2l13gOhI/high-quality-studio-photo-of-an-iphone-1-1774683810185-3ae0c0b1.png?_wi=3",
|
||||
},
|
||||
id: "f2", title: "Free Nationwide Delivery", description: "Secure shipping to your door anywhere in Morocco.", media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXzQA4XCRpbAY9jCwG2l13gOhI/high-quality-studio-photo-of-an-iphone-1-1774683810185-3ae0c0b1.png?_wi=3"},
|
||||
items: [
|
||||
{
|
||||
icon: Truck,
|
||||
text: "Fast shipping",
|
||||
},
|
||||
text: "Fast shipping"},
|
||||
{
|
||||
icon: MapPin,
|
||||
text: "All cities covered",
|
||||
},
|
||||
text: "All cities covered"},
|
||||
],
|
||||
reverse: true,
|
||||
},
|
||||
@@ -197,21 +145,9 @@ export default function LandingPage() {
|
||||
description="See why customers trust Adam Store."
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Great condition",
|
||||
quote: "My iPhone arrived in perfect condition. Highly recommended!",
|
||||
name: "Yassine A.",
|
||||
role: "Satisfied Customer",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXzQA4XCRpbAY9jCwG2l13gOhI/high-quality-studio-photo-of-an-iphone-1-1774683808198-603be1db.png?_wi=4",
|
||||
},
|
||||
id: "t1", title: "Great condition", quote: "My iPhone arrived in perfect condition. Highly recommended!", name: "Yassine A.", role: "Satisfied Customer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXzQA4XCRpbAY9jCwG2l13gOhI/high-quality-studio-photo-of-an-iphone-1-1774683808198-603be1db.png?_wi=4"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Fast Delivery",
|
||||
quote: "Ordered on Tuesday, arrived in Casablanca on Wednesday. Incredible.",
|
||||
name: "Fatima Z.",
|
||||
role: "Happy Buyer",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXzQA4XCRpbAY9jCwG2l13gOhI/high-quality-studio-photo-of-an-iphone-1-1774683810185-3ae0c0b1.png?_wi=4",
|
||||
},
|
||||
id: "t2", title: "Fast Delivery", quote: "Ordered on Tuesday, arrived in Casablanca on Wednesday. Incredible.", name: "Fatima Z.", role: "Happy Buyer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXzQA4XCRpbAY9jCwG2l13gOhI/high-quality-studio-photo-of-an-iphone-1-1774683810185-3ae0c0b1.png?_wi=4"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -220,29 +156,19 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Adam Store",
|
||||
items: [
|
||||
title: "Adam Store", items: [
|
||||
{
|
||||
label: "Contact: +212 626765671",
|
||||
href: "tel:+212626765671",
|
||||
},
|
||||
label: "Contact: +212 626765671", href: "tel:+212626765671"},
|
||||
{
|
||||
label: "Instagram: @adam_store___",
|
||||
href: "https://www.instagram.com/adam_store___",
|
||||
},
|
||||
label: "Instagram: @adam_store___", href: "https://www.instagram.com/adam_store___"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Free delivery in Morocco 🇲🇦",
|
||||
href: "#",
|
||||
},
|
||||
label: "Free delivery in Morocco 🇲🇦", href: "#"},
|
||||
{
|
||||
label: "Warranty Guaranteed",
|
||||
href: "#",
|
||||
},
|
||||
label: "Warranty Guaranteed", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -253,4 +179,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user