Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-21 03:55:31 +00:00

View File

@@ -32,21 +32,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Shop",
id: "makeup",
},
name: "Shop", id: "makeup"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="AuraBeauty"
/>
@@ -58,74 +50,40 @@ export default function LandingPage() {
description="Discover curated makeup and luxury fragrances. Order directly via WhatsApp or Phone call for a personalized experience."
testimonials={[
{
name: "Ananya Sharma",
handle: "@ananyabeauty",
testimonial: "The collection is simply stunning. Ordering via WhatsApp was so quick and easy!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-outdoors_624325-862.jpg?_wi=1",
},
name: "Ananya Sharma", handle: "@ananyabeauty", testimonial: "The collection is simply stunning. Ordering via WhatsApp was so quick and easy!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-outdoors_624325-862.jpg"},
{
name: "Priya Verma",
handle: "@priyabeauty",
testimonial: "Top quality perfumes. Fast service and very responsive team.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-content-media-creator-blogger-sits-her-room-records-video-her-favourite-makeup_1258-254940.jpg?_wi=1",
},
name: "Priya Verma", handle: "@priyabeauty", testimonial: "Top quality perfumes. Fast service and very responsive team.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-content-media-creator-blogger-sits-her-room-records-video-her-favourite-makeup_1258-254940.jpg"},
{
name: "Sarah Khan",
handle: "@sarahmakeup",
testimonial: "Authentic, high-end makeup. Love the curation!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-applying-sample-new-toning-cream-her-hand_259150-60069.jpg?_wi=1",
},
name: "Sarah Khan", handle: "@sarahmakeup", testimonial: "Authentic, high-end makeup. Love the curation!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-applying-sample-new-toning-cream-her-hand_259150-60069.jpg"},
{
name: "Vikram Seth",
handle: "@vikramgifts",
testimonial: "Perfect packaging, arrived right on time.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-smiling_23-2148452708.jpg?_wi=1",
},
name: "Vikram Seth", handle: "@vikramgifts", testimonial: "Perfect packaging, arrived right on time.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-smiling_23-2148452708.jpg"},
{
name: "Meera Das",
handle: "@meerabeauty",
testimonial: "So many amazing variety options. My go-to shop.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg?_wi=1",
},
name: "Meera Das", handle: "@meerabeauty", testimonial: "So many amazing variety options. My go-to shop.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg"},
]}
buttons={[
{
text: "Call Now (+91 7895702750)",
href: "tel:+917895702750",
},
text: "Call Now (+91 7895702750)", href: "tel:+917895702750"},
{
text: "WhatsApp Order",
href: "https://wa.me/917895702750?text=Hi, I want to order from AuraBeauty",
},
text: "WhatsApp Order", href: "https://wa.me/917895702750?text=Hi, I want to order from AuraBeauty"},
]}
imageSrc="http://img.b2bpic.net/free-photo/natural-selfcare-products-arrangement_23-2149353134.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/natural-selfcare-products-arrangement_23-2149353134.jpg"
imageAlt="Luxury makeup and perfume collection"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/make-up-concept-with-powder-plant_23-2149030354.jpg",
alt: "Customer 1",
},
src: "http://img.b2bpic.net/free-photo/make-up-concept-with-powder-plant_23-2149030354.jpg", alt: "Customer 1"},
{
src: "http://img.b2bpic.net/free-photo/make-up-concept-with-powder_23-2149030353.jpg",
alt: "Customer 2",
},
src: "http://img.b2bpic.net/free-photo/make-up-concept-with-powder_23-2149030353.jpg", alt: "Customer 2"},
{
src: "http://img.b2bpic.net/free-photo/women-s-day-still-life-with-makeup-jewelry_23-2149263174.jpg",
alt: "Customer 3",
},
src: "http://img.b2bpic.net/free-photo/women-s-day-still-life-with-makeup-jewelry_23-2149263174.jpg", alt: "Customer 3"},
{
src: "http://img.b2bpic.net/free-photo/women-s-day-still-life-with-makeup-jewelry_23-2149263180.jpg",
alt: "Customer 4",
},
src: "http://img.b2bpic.net/free-photo/women-s-day-still-life-with-makeup-jewelry_23-2149263180.jpg", alt: "Customer 4"},
{
src: "http://img.b2bpic.net/free-photo/high-angle-drag-queen-with-makeup_23-2149434534.jpg",
alt: "Customer 5",
},
src: "http://img.b2bpic.net/free-photo/high-angle-drag-queen-with-makeup_23-2149434534.jpg", alt: "Customer 5"},
]}
avatarText="Join 5,000+ satisfied customers"
/>
@@ -137,9 +95,7 @@ export default function LandingPage() {
title="Authentic Beauty at Your Fingertips"
buttons={[
{
text: "View Collection",
href: "#makeup",
},
text: "View Collection", href: "#makeup"},
]}
/>
</div>
@@ -152,41 +108,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "m1",
name: "Luxury Matte Lipstick",
price: "₹899",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cosmetic-accessories-with-cotton_23-2148620033.jpg?_wi=1",
},
id: "m1", name: "Luxury Matte Lipstick", price: "₹899", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cosmetic-accessories-with-cotton_23-2148620033.jpg"},
{
id: "m2",
name: "Velvet Foundation",
price: "₹1299",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-essential-oil-surrounded-with-fresh-flowers-pink-background_23-2147927083.jpg",
},
id: "m2", name: "Velvet Foundation", price: "₹1299", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-essential-oil-surrounded-with-fresh-flowers-pink-background_23-2147927083.jpg"},
{
id: "m3",
name: "Professional Eyeshadow Palette",
price: "₹1899",
imageSrc: "http://img.b2bpic.net/free-photo/bottle-with-perfume-plants-purple-background-top-view_185193-162135.jpg",
},
id: "m3", name: "Professional Eyeshadow Palette", price: "₹1899", imageSrc: "http://img.b2bpic.net/free-photo/bottle-with-perfume-plants-purple-background-top-view_185193-162135.jpg"},
{
id: "m4",
name: "HD Blush & Highlighter",
price: "₹999",
imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-home-holding-decorative-tree-balls_23-2148802746.jpg",
},
id: "m4", name: "HD Blush & Highlighter", price: "₹999", imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-home-holding-decorative-tree-balls_23-2148802746.jpg"},
{
id: "m5",
name: "Waterproof Mascara",
price: "₹699",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-skincare-products-arrangement_23-2149249526.jpg",
},
id: "m5", name: "Waterproof Mascara", price: "₹699", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-skincare-products-arrangement_23-2149249526.jpg"},
{
id: "m6",
name: "Luxury Setting Spray",
price: "₹750",
imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle_74190-5175.jpg",
},
id: "m6", name: "Luxury Setting Spray", price: "₹750", imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle_74190-5175.jpg"},
]}
title="Makeup Collection"
description="Premium cosmetic essentials."
@@ -200,37 +132,22 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Floral Notes",
description: "Elegant bouquets for everyday grace.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/cupcake-still-life_23-2148097711.jpg",
},
title: "Floral Notes", description: "Elegant bouquets for everyday grace.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/cupcake-still-life_23-2148097711.jpg"},
items: [],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/natural-selfcare-products-arrangement_23-2149353134.jpg?_wi=2",
imageAlt: "fragrance perfume bottle elegant design",
},
{
title: "Woody Essence",
description: "Deep and sophisticated profiles.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/single-glass-bottle-filled-with-clear-liquid-generated-by-ai_188544-19684.jpg",
},
title: "Woody Essence", description: "Deep and sophisticated profiles.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/single-glass-bottle-filled-with-clear-liquid-generated-by-ai_188544-19684.jpg"},
items: [],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-lipstick-looking-camera_23-2147783922.jpg",
imageAlt: "fragrance perfume bottle elegant design",
},
{
title: "Fresh Citrus",
description: "Vibrant and energetic scents.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/bottles-essential-oil-plain-background_23-2148241796.jpg",
},
title: "Fresh Citrus", description: "Vibrant and energetic scents.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/bottles-essential-oil-plain-background_23-2148241796.jpg"},
items: [],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cosmetic-accessories-with-cotton_23-2148620033.jpg?_wi=2",
imageAlt: "fragrance perfume bottle elegant design",
},
]}
title="Signature Fragrances"
@@ -243,14 +160,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"BeautyDaily",
"FragranceHub",
"GlamourSpot",
"StyleCentral",
"TrendSetters",
"LuxeVibe",
"ClassicLook",
]}
"BeautyDaily", "FragranceHub", "GlamourSpot", "StyleCentral", "TrendSetters", "LuxeVibe", "ClassicLook"]}
title="Trusted by Beauty Lovers"
description="Join our growing community."
/>
@@ -262,45 +172,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
title: "Excellent Service",
quote: "I am so happy with my purchase. The team was very polite and helpful on call.",
name: "Sarah Khan",
role: "Makeup Artist",
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-outdoors_624325-862.jpg?_wi=2",
},
id: "1", title: "Excellent Service", quote: "I am so happy with my purchase. The team was very polite and helpful on call.", name: "Sarah Khan", role: "Makeup Artist", imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-outdoors_624325-862.jpg"},
{
id: "2",
title: "Great Quality",
quote: "The perfumes are 100% authentic. Absolutely love the scent profiles.",
name: "Rahul Verma",
role: "Perfume Enthusiast",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-content-media-creator-blogger-sits-her-room-records-video-her-favourite-makeup_1258-254940.jpg?_wi=2",
},
id: "2", title: "Great Quality", quote: "The perfumes are 100% authentic. Absolutely love the scent profiles.", name: "Rahul Verma", role: "Perfume Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/portrait-content-media-creator-blogger-sits-her-room-records-video-her-favourite-makeup_1258-254940.jpg"},
{
id: "3",
title: "Smooth Process",
quote: "The WhatsApp ordering process is so convenient. Highly recommended!",
name: "Pooja Singh",
role: "Beauty Blogger",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-applying-sample-new-toning-cream-her-hand_259150-60069.jpg?_wi=2",
},
id: "3", title: "Smooth Process", quote: "The WhatsApp ordering process is so convenient. Highly recommended!", name: "Pooja Singh", role: "Beauty Blogger", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-applying-sample-new-toning-cream-her-hand_259150-60069.jpg"},
{
id: "4",
title: "Quick Delivery",
quote: "My order reached on time and was perfectly packaged. Thank you!",
name: "Vikram Seth",
role: "Gift Shopper",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-smiling_23-2148452708.jpg?_wi=2",
},
id: "4", title: "Quick Delivery", quote: "My order reached on time and was perfectly packaged. Thank you!", name: "Vikram Seth", role: "Gift Shopper", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-smiling_23-2148452708.jpg"},
{
id: "5",
title: "Amazing Variety",
quote: "The makeup collection is so updated. I find all my favorites here.",
name: "Meera Das",
role: "Student",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg?_wi=2",
},
id: "5", title: "Amazing Variety", quote: "The makeup collection is so updated. I find all my favorites here.", name: "Meera Das", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg"},
]}
title="Words of Beauty"
description="See what our lovely customers say."
@@ -312,20 +192,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "How do I order?",
content: "You can order by clicking the 'Order Now' button on any product, which connects you directly via Call or WhatsApp.",
},
id: "f1", title: "How do I order?", content: "You can order by clicking the 'Order Now' button on any product, which connects you directly via Call or WhatsApp."},
{
id: "f2",
title: "Do you accept online payments?",
content: "We prioritize direct communication. You can finalize payment details during our conversation.",
},
id: "f2", title: "Do you accept online payments?", content: "We prioritize direct communication. You can finalize payment details during our conversation."},
{
id: "f3",
title: "Is the makeup authentic?",
content: "Yes, we guarantee 100% authenticity for all our products.",
},
id: "f3", title: "Is the makeup authentic?", content: "Yes, we guarantee 100% authenticity for all our products."},
]}
sideTitle="Common Questions"
sideDescription="Everything you need to know about ordering."
@@ -340,16 +211,10 @@ export default function LandingPage() {
description="Have questions? Feel free to call us at +91 7895702750."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
name: "phone",
type: "tel",
placeholder: "Your Phone Number",
required: true,
name: "phone", type: "tel", placeholder: "Your Phone Number", required: true,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/scared-young-beautiful-girl-sits-table-with-makeup-tools-speaks-phone-holding-comb-isolated-blue-background_141793-118727.jpg"