Merge version_2 into main #4
@@ -146,4 +146,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -26,25 +26,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Shop",
|
||||
id: "/shop",
|
||||
},
|
||||
name: "Shop", id: "/shop"},
|
||||
{
|
||||
name: "Our Story",
|
||||
id: "/about",
|
||||
},
|
||||
name: "Our Story", id: "/about"},
|
||||
{
|
||||
name: "Cart",
|
||||
id: "/cart",
|
||||
},
|
||||
name: "Cart", id: "/cart"},
|
||||
{
|
||||
name: "Help",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Help", id: "/contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/man-ancient-egyptian-costume-relaxing-making-meditation-gesture-with-fingers-white_141793-120614.jpg"
|
||||
logoAlt="pa3ror.eg brand logo"
|
||||
@@ -56,18 +46,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
text="YOUR CART. YOUR STYLE. READY TO CHECKOUT?"
|
||||
buttons={[
|
||||
{
|
||||
text: "Proceed to Payment",
|
||||
href: "#payment",
|
||||
},
|
||||
text: "Proceed to Payment", href: "#payment"},
|
||||
{
|
||||
text: "Continue Shopping",
|
||||
href: "/shop",
|
||||
},
|
||||
text: "Continue Shopping", href: "/shop"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -82,37 +67,13 @@ export default function LandingPage() {
|
||||
description="Don't miss out on these trending pieces that perfectly complement your cart."
|
||||
products={[
|
||||
{
|
||||
id: "cart-p-1",
|
||||
name: "Desert Cap",
|
||||
price: "EGP 200",
|
||||
variant: "Khaki | Minimal",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-trucker-hat-still-life_23-2149504581.jpg",
|
||||
imageAlt: "pa3ror.eg khaki cap",
|
||||
},
|
||||
id: "cart-p-1", name: "Desert Cap", price: "EGP 200", variant: "Khaki | Minimal", imageSrc: "http://img.b2bpic.net/free-photo/creative-trucker-hat-still-life_23-2149504581.jpg", imageAlt: "pa3ror.eg khaki cap"},
|
||||
{
|
||||
id: "cart-p-2",
|
||||
name: "Graphic Socks",
|
||||
price: "EGP 100",
|
||||
variant: "Black | Ankh Design",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-fashion-beautiful-woman-sunglasses-sitting-chair-isolated_231208-5792.jpg",
|
||||
imageAlt: "pa3ror.eg black graphic socks",
|
||||
},
|
||||
id: "cart-p-2", name: "Graphic Socks", price: "EGP 100", variant: "Black | Ankh Design", imageSrc: "http://img.b2bpic.net/free-photo/young-fashion-beautiful-woman-sunglasses-sitting-chair-isolated_231208-5792.jpg", imageAlt: "pa3ror.eg black graphic socks"},
|
||||
{
|
||||
id: "cart-p-3",
|
||||
name: "Canvas Tote",
|
||||
price: "EGP 300",
|
||||
variant: "Natural | Logo Print",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-painted-canvas-bag-close-up_23-2148372112.jpg",
|
||||
imageAlt: "pa3ror.eg logo canvas tote",
|
||||
},
|
||||
id: "cart-p-3", name: "Canvas Tote", price: "EGP 300", variant: "Natural | Logo Print", imageSrc: "http://img.b2bpic.net/free-photo/hand-painted-canvas-bag-close-up_23-2148372112.jpg", imageAlt: "pa3ror.eg logo canvas tote"},
|
||||
{
|
||||
id: "cart-p-4",
|
||||
name: "Statement Ring",
|
||||
price: "EGP 150",
|
||||
variant: "Silver | Scarab Detail",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-oval-shaped-amazonite-ring-white-surface_181624-17055.jpg",
|
||||
imageAlt: "pa3ror.eg scarab ring",
|
||||
},
|
||||
id: "cart-p-4", name: "Statement Ring", price: "EGP 150", variant: "Silver | Scarab Detail", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-oval-shaped-amazonite-ring-white-surface_181624-17055.jpg", imageAlt: "pa3ror.eg scarab ring"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -124,67 +85,41 @@ export default function LandingPage() {
|
||||
logoText="pa3ror.eg"
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{
|
||||
label: "New Arrivals",
|
||||
href: "/shop#new-arrivals",
|
||||
},
|
||||
label: "New Arrivals", href: "/shop#new-arrivals"},
|
||||
{
|
||||
label: "Collections",
|
||||
href: "/shop#collections",
|
||||
},
|
||||
label: "Collections", href: "/shop#collections"},
|
||||
{
|
||||
label: "Sale",
|
||||
href: "/shop#sale",
|
||||
},
|
||||
label: "Sale", href: "/shop#sale"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About Us",
|
||||
items: [
|
||||
title: "About Us", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "/about",
|
||||
},
|
||||
label: "Our Story", href: "/about"},
|
||||
{
|
||||
label: "Local Craft",
|
||||
href: "/about#local-craft",
|
||||
},
|
||||
label: "Local Craft", href: "/about#local-craft"},
|
||||
{
|
||||
label: "Join The Movement",
|
||||
href: "/about#community",
|
||||
},
|
||||
label: "Join The Movement", href: "/about#community"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Help",
|
||||
items: [
|
||||
title: "Help", items: [
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "/contact#faqs",
|
||||
},
|
||||
label: "FAQs", href: "/contact#faqs"},
|
||||
{
|
||||
label: "Shipping & Returns",
|
||||
href: "/contact#shipping-returns",
|
||||
},
|
||||
label: "Shipping & Returns", href: "/contact#shipping-returns"},
|
||||
{
|
||||
label: "Contact Support",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Support", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -196,4 +131,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -26,25 +26,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Shop",
|
||||
id: "/shop",
|
||||
},
|
||||
name: "Shop", id: "/shop"},
|
||||
{
|
||||
name: "Our Story",
|
||||
id: "/about",
|
||||
},
|
||||
name: "Our Story", id: "/about"},
|
||||
{
|
||||
name: "Cart",
|
||||
id: "/cart",
|
||||
},
|
||||
name: "Cart", id: "/cart"},
|
||||
{
|
||||
name: "Help",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Help", id: "/contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/man-ancient-egyptian-costume-relaxing-making-meditation-gesture-with-fingers-white_141793-120614.jpg"
|
||||
logoAlt="pa3ror.eg brand logo"
|
||||
@@ -57,30 +47,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "What payment methods do you accept?",
|
||||
content: "We accept all major credit cards, Fawry, and Cash on Delivery (COD) across all governorates in Egypt.",
|
||||
},
|
||||
id: "faq-1", title: "What payment methods do you accept?", content: "We accept all major credit cards, Fawry, and Cash on Delivery (COD) across all governorates in Egypt."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Do you ship across all of Egypt?",
|
||||
content: "Yes, we offer fast and reliable shipping to all governorates within Egypt. Delivery times may vary depending on your location.",
|
||||
},
|
||||
id: "faq-2", title: "Do you ship across all of Egypt?", content: "Yes, we offer fast and reliable shipping to all governorates within Egypt. Delivery times may vary depending on your location."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "What is your return/exchange policy?",
|
||||
content: "We offer hassle-free returns and exchanges within 14 days of purchase, provided the items are unworn, unwashed, and with original tags. Please refer to our full policy for details.",
|
||||
},
|
||||
id: "faq-3", title: "What is your return/exchange policy?", content: "We offer hassle-free returns and exchanges within 14 days of purchase, provided the items are unworn, unwashed, and with original tags. Please refer to our full policy for details."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "How do I find my size?",
|
||||
content: "We provide a detailed size guide on each product page. We recommend checking your measurements against our guide for the best fit. Feel free to contact us if you need further assistance.",
|
||||
},
|
||||
id: "faq-4", title: "How do I find my size?", content: "We provide a detailed size guide on each product page. We recommend checking your measurements against our guide for the best fit. Feel free to contact us if you need further assistance."},
|
||||
{
|
||||
id: "faq-5",
|
||||
title: "How can I contact customer service?",
|
||||
content: "You can reach us via our contact form, email us at support@pa3ror.eg, or for the fastest response, message us directly on WhatsApp.",
|
||||
},
|
||||
id: "faq-5", title: "How can I contact customer service?", content: "You can reach us via our contact form, email us at support@pa3ror.eg, or for the fastest response, message us directly on WhatsApp."},
|
||||
]}
|
||||
sideTitle="FREQUENTLY ASKED QUESTIONS"
|
||||
sideDescription="Find quick answers to common queries about pa3ror.eg, from orders to returns."
|
||||
@@ -93,18 +68,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "animated-grid",
|
||||
}}
|
||||
variant: "animated-grid"}}
|
||||
text="STILL NEED HELP? REACH OUT TO US DIRECTLY."
|
||||
buttons={[
|
||||
{
|
||||
text: "Email Us",
|
||||
href: "mailto:support@pa3ror.eg",
|
||||
},
|
||||
text: "Email Us", href: "mailto:support@pa3ror.eg"},
|
||||
{
|
||||
text: "WhatsApp Us",
|
||||
href: "https://wa.me/201234567890",
|
||||
},
|
||||
text: "WhatsApp Us", href: "https://wa.me/201234567890"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -116,67 +86,41 @@ export default function LandingPage() {
|
||||
logoText="pa3ror.eg"
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{
|
||||
label: "New Arrivals",
|
||||
href: "/shop#new-arrivals",
|
||||
},
|
||||
label: "New Arrivals", href: "/shop#new-arrivals"},
|
||||
{
|
||||
label: "Collections",
|
||||
href: "/shop#collections",
|
||||
},
|
||||
label: "Collections", href: "/shop#collections"},
|
||||
{
|
||||
label: "Sale",
|
||||
href: "/shop#sale",
|
||||
},
|
||||
label: "Sale", href: "/shop#sale"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About Us",
|
||||
items: [
|
||||
title: "About Us", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "/about",
|
||||
},
|
||||
label: "Our Story", href: "/about"},
|
||||
{
|
||||
label: "Local Craft",
|
||||
href: "/about#local-craft",
|
||||
},
|
||||
label: "Local Craft", href: "/about#local-craft"},
|
||||
{
|
||||
label: "Join The Movement",
|
||||
href: "/about#community",
|
||||
},
|
||||
label: "Join The Movement", href: "/about#community"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Help",
|
||||
items: [
|
||||
title: "Help", items: [
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "/contact#faqs",
|
||||
},
|
||||
label: "FAQs", href: "/contact#faqs"},
|
||||
{
|
||||
label: "Shipping & Returns",
|
||||
href: "/contact#shipping-returns",
|
||||
},
|
||||
label: "Shipping & Returns", href: "/contact#shipping-returns"},
|
||||
{
|
||||
label: "Contact Support",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Support", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -188,4 +132,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -88,8 +88,8 @@ export default function LandingPage() {
|
||||
src: "http://img.b2bpic.net/free-photo/confident-african-man-standing-smiling-outdoors-autumn_171337-15901.jpg", alt: "Khaled Mostafa"},
|
||||
]}
|
||||
avatarText="Join 1000+ satisfied customers"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/stylish-african-american-man-model-gray-coat-jacket-tie-red-hat-with-mobile-phone-hands_627829-2833.jpg"
|
||||
imageAlt="Young Egyptian models in pa3ror.eg streetwear in an urban Cairo setting."
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ELqfKbMzpISb2NA8ORrebMWYZJ/uploaded-1779969553855-ontjvp5c.png"
|
||||
imageAlt="Young Egyptian models wearing pa3ror.eg streetwear in an urban setting."
|
||||
mediaAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
@@ -254,4 +254,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user