Merge version_1 into main #2
268
src/app/page.tsx
268
src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import { Award, CheckCircle, Star } from "lucide-react";
|
||||
import { Award, CheckCircle, Star, Zap, Shield, User, Clock } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -32,22 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#features",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Services", id: "#features" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="Aura Luxury"
|
||||
/>
|
||||
@@ -55,60 +43,23 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Defining the Standard of Excellence"
|
||||
description="Experience unparalleled quality crafted with precision for those who appreciate the finer things in life."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/experienced-senior-female-executive-eyeglasses_1262-5027.jpg",
|
||||
alt: "Client",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/hanging-glass-lamp-light-vintage_1203-5789.jpg",
|
||||
alt: "Client",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-pregnant-woman-work_23-2149292809.jpg",
|
||||
alt: "Client",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-talking-phone_23-2148815638.jpg",
|
||||
alt: "Client",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/vintage-light-lamp_1203-3090.jpg",
|
||||
alt: "Client",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Services",
|
||||
href: "#features",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/experienced-senior-female-executive-eyeglasses_1262-5027.jpg", alt: "Client" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/hanging-glass-lamp-light-vintage_1203-5789.jpg", alt: "Client" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-pregnant-woman-work_23-2149292809.jpg", alt: "Client" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-talking-phone_23-2148815638.jpg", alt: "Client" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/vintage-light-lamp_1203-3090.jpg", alt: "Client" },
|
||||
]}
|
||||
buttons={[{ text: "Explore Services", href: "#features" }]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Craftsmanship",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Unmatched Quality",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Tailored Solutions",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Design Excellence",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Sophisticated Style",
|
||||
},
|
||||
{ type: "text", text: "Premium Craftsmanship" },
|
||||
{ type: "text", text: "Unmatched Quality" },
|
||||
{ type: "text", text: "Tailored Solutions" },
|
||||
{ type: "text", text: "Design Excellence" },
|
||||
{ type: "text", text: "Sophisticated Style" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -121,7 +72,7 @@ export default function LandingPage() {
|
||||
description="With over two decades of experience, we pride ourselves on delivering bespoke solutions that exceed industry standards."
|
||||
subdescription="Our team remains dedicated to the fine details that distinguish quality from excellence."
|
||||
icon={Award}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/wooden-bowl-water_1252-814.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/wooden-bowl-water_1252-814.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -133,42 +84,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Signature Series",
|
||||
price: "$1,200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-s-day-still-life-with-makeup-jewelry_23-2149263202.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Elite Collection",
|
||||
price: "$2,500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-cup-store-concept-choosing-dishes_169016-23224.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Bespoke Edition",
|
||||
price: "$4,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-with-stationery-elements-grey_23-2148851541.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Founder Special",
|
||||
price: "$6,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/comparison-different-types-brush-strokes_23-2150105284.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Masterpiece Tier",
|
||||
price: "$9,500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309697.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Legacy Reserve",
|
||||
price: "$12,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-rimmel-dark-blackboard_23-2148210801.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Signature Series", price: "$1,200", imageSrc: "http://img.b2bpic.net/free-photo/women-s-day-still-life-with-makeup-jewelry_23-2149263202.jpg" },
|
||||
{ id: "p2", name: "Elite Collection", price: "$2,500", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-cup-store-concept-choosing-dishes_169016-23224.jpg" },
|
||||
{ id: "p3", name: "Bespoke Edition", price: "$4,000", imageSrc: "http://img.b2bpic.net/free-photo/composition-with-stationery-elements-grey_23-2148851541.jpg" },
|
||||
{ id: "p4", name: "Founder Special", price: "$6,000", imageSrc: "http://img.b2bpic.net/free-photo/comparison-different-types-brush-strokes_23-2150105284.jpg" },
|
||||
{ id: "p5", name: "Masterpiece Tier", price: "$9,500", imageSrc: "http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309697.jpg" },
|
||||
{ id: "p6", name: "Legacy Reserve", price: "$12,000", imageSrc: "http://img.b2bpic.net/free-photo/group-rimmel-dark-blackboard_23-2148210801.jpg" },
|
||||
]}
|
||||
title="Curated Collections"
|
||||
description="Select from our premium offerings designed for the discerning individual."
|
||||
@@ -180,34 +101,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Precision Design",
|
||||
description: "Every detail engineered for performance.",
|
||||
buttonIcon: "Zap",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-phone-night_1303-5749.jpg",
|
||||
imageAlt: "luxury lifestyle minimalist architecture",
|
||||
},
|
||||
{
|
||||
title: "Premium Quality",
|
||||
description: "Materials sourced from the best origins.",
|
||||
buttonIcon: "Shield",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-bowl-water_1252-814.jpg?_wi=2",
|
||||
imageAlt: "luxury lifestyle minimalist architecture",
|
||||
},
|
||||
{
|
||||
title: "Expert Guidance",
|
||||
description: "Personalized service at every stage.",
|
||||
buttonIcon: "User",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/yellow-branch-leaves-beige-surface_114579-46023.jpg",
|
||||
imageAlt: "luxury lifestyle minimalist architecture",
|
||||
},
|
||||
{
|
||||
title: "Timeless Style",
|
||||
description: "Designs that transcend trends.",
|
||||
buttonIcon: "Clock",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-s-day-still-life-with-makeup-jewelry_23-2149263202.jpg?_wi=2",
|
||||
imageAlt: "luxury lifestyle minimalist architecture",
|
||||
},
|
||||
{ title: "Precision Design", description: "Every detail engineered for performance.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/girl-with-phone-night_1303-5749.jpg", imageAlt: "luxury lifestyle minimalist architecture" },
|
||||
{ title: "Premium Quality", description: "Materials sourced from the best origins.", buttonIcon: Shield, imageSrc: "http://img.b2bpic.net/free-photo/wooden-bowl-water_1252-814.jpg", imageAlt: "luxury lifestyle minimalist architecture" },
|
||||
{ title: "Expert Guidance", description: "Personalized service at every stage.", buttonIcon: User, imageSrc: "http://img.b2bpic.net/free-photo/yellow-branch-leaves-beige-surface_114579-46023.jpg", imageAlt: "luxury lifestyle minimalist architecture" },
|
||||
{ title: "Timeless Style", description: "Designs that transcend trends.", buttonIcon: Clock, imageSrc: "http://img.b2bpic.net/free-photo/women-s-day-still-life-with-makeup-jewelry_23-2149263202.jpg", imageAlt: "luxury lifestyle minimalist architecture" },
|
||||
]}
|
||||
title="Why Choose Us"
|
||||
description="The difference is in our approach, our materials, and our unwavering commitment to your success."
|
||||
@@ -220,46 +117,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
handle: "@sarahj",
|
||||
testimonial: "The attention to detail was outstanding. Truly luxurious.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-trendy-hairstyle_23-2149405999.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark D.",
|
||||
handle: "@markd",
|
||||
testimonial: "Simply the best service I've experienced in years.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-businesswoman-posing_23-2148452676.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena P.",
|
||||
handle: "@elenap",
|
||||
testimonial: "Sophisticated, professional, and entirely worth it.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-holding-each-other-s-hand_23-2147891266.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "James L.",
|
||||
handle: "@jamesl",
|
||||
testimonial: "Unmatched quality across every single touchpoint.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-taking-his-shoes-off-hotel-room_637285-7610.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sofia R.",
|
||||
handle: "@sofiar",
|
||||
testimonial: "Exquisite taste and flawless execution every time.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-graceful-confident-brunette-posing_651396-486.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "The attention to detail was outstanding. Truly luxurious.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-trendy-hairstyle_23-2149405999.jpg" },
|
||||
{ id: "2", name: "Mark D.", handle: "@markd", testimonial: "Simply the best service I've experienced in years.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-businesswoman-posing_23-2148452676.jpg" },
|
||||
{ id: "3", name: "Elena P.", handle: "@elenap", testimonial: "Sophisticated, professional, and entirely worth it.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-holding-each-other-s-hand_23-2147891266.jpg" },
|
||||
{ id: "4", name: "James L.", handle: "@jamesl", testimonial: "Unmatched quality across every single touchpoint.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-taking-his-shoes-off-hotel-room_637285-7610.jpg" },
|
||||
{ id: "5", name: "Sofia R.", handle: "@sofiar", testimonial: "Exquisite taste and flawless execution every time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-graceful-confident-brunette-posing_651396-486.jpg" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="Client Perspectives"
|
||||
@@ -271,21 +133,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What is the turnaround time?",
|
||||
content: "Our processes are bespoke and tailored, typically taking 4-6 weeks.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you offer consultations?",
|
||||
content: "Yes, we invite you to schedule a private consultation at your convenience.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "How do we start?",
|
||||
content: "Reach out through the contact form or call our concierge directly.",
|
||||
},
|
||||
{ id: "1", title: "What is the turnaround time?", content: "Our processes are bespoke and tailored, typically taking 4-6 weeks." },
|
||||
{ id: "2", title: "Do you offer consultations?", content: "Yes, we invite you to schedule a private consultation at your convenience." },
|
||||
{ id: "3", title: "How do we start?", content: "Reach out through the contact form or call our concierge directly." },
|
||||
]}
|
||||
sideTitle="Common Inquiries"
|
||||
sideDescription="Find answers to frequently asked questions about our process."
|
||||
@@ -300,27 +150,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "20+",
|
||||
title: "Years Experience",
|
||||
description: "Defining luxury standards.",
|
||||
icon: Award,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500+",
|
||||
title: "Projects Completed",
|
||||
description: "Serving global clients.",
|
||||
icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "98%",
|
||||
title: "Client Satisfaction",
|
||||
description: "Based on verified reviews.",
|
||||
icon: Star,
|
||||
},
|
||||
{ id: "m1", value: "20+", title: "Years Experience", description: "Defining luxury standards.", icon: Award },
|
||||
{ id: "m2", value: "500+", title: "Projects Completed", description: "Serving global clients.", icon: CheckCircle },
|
||||
{ id: "m3", value: "98%", title: "Client Satisfaction", description: "Based on verified reviews.", icon: Star },
|
||||
]}
|
||||
title="By The Numbers"
|
||||
description="Excellence verified through data and years of expertise."
|
||||
@@ -333,16 +165,8 @@ export default function LandingPage() {
|
||||
title="Begin Your Journey"
|
||||
description="We are ready to assist you. Complete the details below and our team will follow up promptly."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Your Name" },
|
||||
{ name: "email", type: "email", placeholder: "Email Address" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-desk-concept-with-copy-space_23-2148459731.jpg"
|
||||
/>
|
||||
@@ -351,14 +175,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Aura Luxury"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user