Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| eedd051e8f | |||
| 87965fef2d | |||
| 4df8b622dc | |||
| 901c4b44f1 | |||
| 9cbf743646 | |||
| eb4ad524c7 | |||
| 4ad5b82090 | |||
| 966eeacdd2 | |||
| 74f49b4892 | |||
| eb95b72ff5 | |||
| d06a875594 |
196
src/app/page.tsx
196
src/app/page.tsx
@@ -3,9 +3,9 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import FeatureBento from '@/components/sections/feature/FeatureBento';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
@@ -32,72 +32,40 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Collection", id: "products"},
|
||||
{
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "FAQ", id: "faq"},
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Collection", id: "products" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Lumina Skincare"
|
||||
brandName="Levntura Egypt"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
title="Radiance Refined"
|
||||
description="Discover a new standard of clean, minimalist luxury skincare designed to rejuvenate your natural beauty with every application."
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Elevating Standards in Egypt"
|
||||
description="Discover a new standard of clean, minimalist luxury service designed to rejuvenate your business potential with every interaction."
|
||||
kpis={[
|
||||
{
|
||||
value: "100%", label: "Natural Ingredients"},
|
||||
{
|
||||
value: "24h", label: "Active Hydration"},
|
||||
{
|
||||
value: "50k+", label: "Happy Customers"},
|
||||
{ value: "100%", label: "Reliable Solutions" },
|
||||
{ value: "24/7", label: "Active Support" },
|
||||
{ value: "50k+", label: "Happy Partners" },
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/make-up-concept-with-foundation_23-2149030367.jpg"
|
||||
imageAlt="Luxurious skincare products on stone"
|
||||
imageAlt="Professional business services"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-happy-fit-girl-sportswear-laughing_1153-7828.jpg", alt: "Happy woman with radiant skin"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-serene-young-woman-with-beautiful-olive-skin-curly-hair-ideal-skin-brown-eyes-studio_633478-1098.jpg", alt: "Serene woman with clear complexion"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/natural-beauty-portrait-beautiful-spa-woman-perfect-fresh-skin_1258-135256.jpg", alt: "Natural beauty spa model"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-friendly-amazed-young-caucasian-female-stylish-top-with-open-shoulders-looking-with-happy-excited-smile-keeping-hands-her-chest-expressing-positive-attitude_343059-2985.jpg", alt: "Happy customer smiling"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-woman-lying-bed-early-morning_176420-3629.jpg", alt: "Radiant woman in morning light"},
|
||||
]}
|
||||
avatarText="Join 50k+ radiant souls"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text", text: "Cruelty-Free"},
|
||||
{
|
||||
type: "text", text: "Sustainable Glass"},
|
||||
{
|
||||
type: "text", text: "Dermatologist Approved"},
|
||||
{
|
||||
type: "text", text: "Ethically Sourced"},
|
||||
{
|
||||
type: "text", text: "Clinical Efficacy"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TestimonialAboutCard
|
||||
useInvertedBackground={false}
|
||||
tag="Our Philosophy"
|
||||
title="Science Meets Nature"
|
||||
description="At Lumina, we believe in the power of botanical purity balanced with clinical precision. Every product is ethically sourced and rigorously tested for maximum efficacy."
|
||||
subdescription="Our minimalist approach eliminates unnecessary chemicals, focusing instead on the nutrients your skin truly needs."
|
||||
tag="Our Commitment"
|
||||
title="Integrity Meets Innovation"
|
||||
description="At Levntura Egypt, we believe in the power of precision balanced with personalized strategy. Every solution is meticulously tailored to meet the unique challenges of the Egyptian market."
|
||||
subdescription="Our approach eliminates complexities, focusing instead on the growth your organization truly needs."
|
||||
icon={Sparkles}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-rosemary-coconut-orange-products_23-2148337505.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -110,18 +78,12 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Vegan Formula", description: "100% cruelty-free ingredients.", bentoComponent: "reveal-icon", icon: Leaf,
|
||||
},
|
||||
{
|
||||
title: "Recyclable Glass", description: "Sustainable packaging solutions.", bentoComponent: "reveal-icon", icon: Recycle,
|
||||
},
|
||||
{
|
||||
title: "Dermatologist Tested", description: "Clinical safety and efficacy.", bentoComponent: "reveal-icon", icon: ShieldCheck,
|
||||
},
|
||||
{ title: "Expert Insight", description: "Data-driven market intelligence.", bentoComponent: "reveal-icon", icon: Leaf },
|
||||
{ title: "Sustainable Growth", description: "Long-term efficiency solutions.", bentoComponent: "reveal-icon", icon: Recycle },
|
||||
{ title: "Industry Standards", description: "Excellence in regional compliance.", bentoComponent: "reveal-icon", icon: ShieldCheck },
|
||||
]}
|
||||
title="The Lumina Standard"
|
||||
description="Excellence in every drop."
|
||||
title="The Levntura Standard"
|
||||
description="Excellence in every operation."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -132,21 +94,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Hydration Serum", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/nail-serum-with-plant_23-2149046487.jpg"},
|
||||
{
|
||||
id: "2", name: "Day Cream", price: "$65", imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669117.jpg"},
|
||||
{
|
||||
id: "3", name: "Cleansing Oil", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/front-view-healthy-argan-oil-arrangement_23-2148989094.jpg"},
|
||||
{
|
||||
id: "4", name: "Night Mask", price: "$95", imageSrc: "http://img.b2bpic.net/free-photo/close-up-skin-regeneration-products_23-2151242185.jpg"},
|
||||
{
|
||||
id: "5", name: "Balancing Toner", price: "$50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-cosmetic-products_23-2148619984.jpg"},
|
||||
{
|
||||
id: "6", name: "Radiance Eye Cream", price: "$70", imageSrc: "http://img.b2bpic.net/free-photo/composition-skin-beauty-products_23-2148761497.jpg"},
|
||||
{ id: "1", name: "Market Analysis", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/nail-serum-with-plant_23-2149046487.jpg" },
|
||||
{ id: "2", name: "Strategy Planning", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669117.jpg" },
|
||||
{ id: "3", name: "Operational Audit", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/front-view-healthy-argan-oil-arrangement_23-2148989094.jpg" },
|
||||
]}
|
||||
title="Shop the Collection"
|
||||
description="Explore our curated essentials."
|
||||
title="Our Services"
|
||||
description="Explore our professional solutions."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -155,19 +108,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", title: "Life Changing", quote: "My skin has never felt this hydrated and soft.", name: "Sarah J.", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blond-lady-white-dress-looking-camera-pretty-lady-posing-indoors_549566-350.jpg"},
|
||||
{
|
||||
id: "2", title: "Absolute Luxury", quote: "Finally found products that don't irritate my sensitive skin.", name: "Michael R.", role: "Architect", imageSrc: "http://img.b2bpic.net/free-photo/interested-lady-posing-with-smile-jocund-young-woman-expressing-happiness_197531-14036.jpg"},
|
||||
{
|
||||
id: "3", title: "Simply Radiant", quote: "The glow is real. I get compliments all the time.", name: "Emily K.", role: "Founder", imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-woman-posing_23-2148263495.jpg"},
|
||||
{
|
||||
id: "4", title: "Worth Every Cent", quote: "High-end results without the harsh chemical feel.", name: "David W.", role: "Executive", imageSrc: "http://img.b2bpic.net/free-photo/lovely-woman-holding-eyeshadow-palette_23-2148398709.jpg"},
|
||||
{
|
||||
id: "5", title: "Pure Magic", quote: "Clean ingredients, powerful results. Amazing.", name: "Sophia L.", role: "Consultant", imageSrc: "http://img.b2bpic.net/free-photo/summer-portrait-lovely-asian-woman-with-flower-hairs-posing-garden_273443-632.jpg"},
|
||||
{ id: "1", title: "Remarkable Results", quote: "Our business operational efficiency has never been better.", name: "Ahmed F.", role: "Operations Manager", imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blond-lady-white-dress-looking-camera-pretty-lady-posing-indoors_549566-350.jpg" },
|
||||
]}
|
||||
title="Loved by Thousands"
|
||||
description="Hear what our radiant community has to say."
|
||||
title="Trusted by Industry Leaders"
|
||||
description="Hear what our partners have to say."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -175,77 +119,53 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Vogue", "Harper's Bazaar", "ELLE", "Cosmopolitan", "Allure", "Forbes", "Glamour"]}
|
||||
title="As Featured In"
|
||||
description="Recognized for our dedication to luxury and cleanliness."
|
||||
names={["Cairo Business Hub", "Egyptian Trade Association", "Global Ventures"]}
|
||||
title="Regional Presence"
|
||||
description="Partnering with top entities across Egypt."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
<FaqBase
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about our services and regional reach."
|
||||
faqs={[
|
||||
{
|
||||
id: "q1", title: "Are your products cruelty-free?", content: "Yes, we are 100% cruelty-free and vegan."},
|
||||
{
|
||||
id: "q2", title: "What is your return policy?", content: "We offer a 30-day money-back guarantee."},
|
||||
{
|
||||
id: "q3", title: "How long will my order take?", content: "Orders typically ship within 24 hours."},
|
||||
{ id: "q1", title: "Do you provide remote support?", content: "Yes, we offer comprehensive remote business support." },
|
||||
{ id: "q2", title: "What is your onboarding process?", content: "We conduct an initial audit followed by strategy design." },
|
||||
{ id: "q3", title: "How do I reach your team?", content: "Submit an inquiry through our contact form below." },
|
||||
]}
|
||||
sideTitle="Questions?"
|
||||
sideDescription="We're here to help you choose the best products for your skin."
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
buttons={[{ text: "Contact Support", href: "#contact" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
tag="Contact Us"
|
||||
title="Get in Touch"
|
||||
description="Start your journey with Levntura Egypt. Leave your details and we will reach out shortly."
|
||||
inputPlaceholder="Enter your professional email"
|
||||
buttonText="Submit Inquiry"
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
title="Join Our Glow Circle"
|
||||
description="Sign up for exclusive offers and skincare tips."
|
||||
tag="Stay Connected"
|
||||
background={{ variant: "rotated-rays-static" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
<FooterMedia
|
||||
logoText="Levntura"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/skincare-products-top-view_23-2148721204.jpg"
|
||||
columns={[
|
||||
{
|
||||
title: "Shop", items: [
|
||||
{
|
||||
label: "All Products", href: "#"},
|
||||
{
|
||||
label: "Serum", href: "#"},
|
||||
{
|
||||
label: "Moisturizer", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ", href: "#"},
|
||||
{
|
||||
label: "Shipping", href: "#"},
|
||||
{
|
||||
label: "Returns", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy", href: "#"},
|
||||
{
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
{ title: "Services", items: [{ label: "Market Analysis", href: "#" }, { label: "Strategic Planning", href: "#" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Resources", items: [{ label: "Support", href: "#faq" }, { label: "Terms", href: "#" }] },
|
||||
]}
|
||||
logoText="Lumina"
|
||||
copyrightText="© 2025 Levntura Egypt. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user