Update src/app/page.tsx

This commit is contained in:
2026-05-28 10:45:15 +00:00
parent b637f92f6e
commit 52e9cd41fa

View File

@@ -94,12 +94,11 @@ export default function LandingPage() {
{ id: "3", imageSrc: getAssetUrl("hero-perfume-3"), imageAlt: getAssetAlt("hero-perfume-3", "Classic perfume bottle in elegant setting") },
{ id: "4", imageSrc: getAssetUrl("hero-perfume-4"), imageAlt: getAssetAlt("hero-perfume-4", "Floral perfume bottle with soft lighting") },
{ id: "5", imageSrc: getAssetUrl("hero-perfume-5"), imageAlt: getAssetAlt("hero-perfume-5", "Masculine perfume bottle with bold design") },
{ id: "6", imageSrc: getAssetUrl("hero-perfume-6"), imageAlt: getAssetAlt("hero-perfume-6", "Unisex perfume bottle with modern aesthetic") },
{ id: "6", imageSrc: getAssetUrl("hero-perfume-6"), imageAlt: getAssetAlt("hero-perfume-6", "Unisex perfume bottle with modern aesthetic") }
]}
autoPlay={true}
autoPlayInterval={4000}
ariaLabel={"Hero section with rotating perfume carousel"}
useInvertedBackground={false}
/>
</div>
<div id="about" data-section="about">
@@ -140,7 +139,7 @@ export default function LandingPage() {
{ id: "3", brand: "YSL", name: "MYSLF Eau de Parfum", price: "$135", rating: 5, reviewCount: "300", imageSrc: getAssetUrl("product-3"), imageAlt: getAssetAlt("product-3", "YSL MYSLF Eau de Parfum") },
{ id: "4", brand: "Valentino", name: "Donna Born In Roma", price: "$125", rating: 4, reviewCount: "210", imageSrc: getAssetUrl("product-4"), imageAlt: getAssetAlt("product-4", "Valentino Donna Born In Roma Perfume") },
{ id: "5", brand: "Chanel", name: "Bleu de Chanel", price: "$150", rating: 5, reviewCount: "400", imageSrc: getAssetUrl("product-5"), imageAlt: getAssetAlt("product-5", "Bleu de Chanel Perfume") },
{ id: "6", brand: "Giorgio Armani", name: "Si Passione", price: "$115", rating: 4, reviewCount: "190", imageSrc: getAssetUrl("product-6"), imageAlt: getAssetAlt("product-6", "Giorgio Armani Si Passione Perfume") },
{ id: "6", brand: "Giorgio Armani", name: "Si Passione", price: "$115", rating: 4, reviewCount: "190", imageSrc: getAssetUrl("product-6"), imageAlt: getAssetAlt("product-6", "Giorgio Armani Si Passione Perfume") }
]}
gridVariant={"three-columns-all-equal-width"}
animationType={"slide-up"}
@@ -158,7 +157,7 @@ export default function LandingPage() {
{ id: "2", name: "Michael Chen", role: "Marketing Executive", company: "Global Brands", rating: 5, imageSrc: getAssetUrl("testimonial-2"), imageAlt: getAssetAlt("testimonial-2", "Michael Chen") },
{ id: "3", name: "Emily Rodriguez", role: "Event Planner", company: "Chic Events", rating: 5, imageSrc: getAssetUrl("testimonial-3"), imageAlt: getAssetAlt("testimonial-3", "Emily Rodriguez") },
{ id: "4", name: "David Kim", role: "Luxury Retailer", company: "Elite Scents", rating: 5, imageSrc: getAssetUrl("testimonial-4"), imageAlt: getAssetAlt("testimonial-4", "David Kim") },
{ id: "5", name: "Jessica Lee", role: "Creative Director", company: "Aura Design", rating: 5, imageSrc: getAssetUrl("testimonial-5"), imageAlt: getAssetAlt("testimonial-5", "Jessica Lee") },
{ id: "5", name: "Jessica Lee", role: "Creative Director", company: "Aura Design", rating: 5, imageSrc: getAssetUrl("testimonial-5"), imageAlt: getAssetAlt("testimonial-5", "Jessica Lee") }
]}
gridVariant={"uniform-all-items-equal"}
animationType={"depth-3d"}
@@ -175,7 +174,7 @@ export default function LandingPage() {
{ id: "1", title: "What payment methods do you accept?", content: "We accept major credit cards (Visa, MasterCard, American Express), PayPal, and Apple Pay for a seamless checkout experience." },
{ id: "2", title: "Do you offer international shipping?", content: "Yes, we offer worldwide shipping! Shipping costs and delivery times vary by destination. Please see our Shipping Policy for more details." },
{ id: "3", title: "How can I track my order?", content: "Once your order is shipped, you will receive an email with a tracking number. You can use this number on our website or the courier's site to monitor your package's journey." },
{ id: "4", title: "What is your return policy?", content: "We offer a 30-day return policy for unused and unopened products. Please refer to our Returns Policy page for complete information and instructions." },
{ id: "4", title: "What is your return policy?", content: "We offer a 30-day return policy for unused and unopened products. Please refer to our Returns Policy page for complete information and instructions." }
]}
imageSrc={getAssetUrl("faq-media")}
imageAlt={getAssetAlt("faq-media", "Customer service representative answering questions")}
@@ -197,11 +196,11 @@ export default function LandingPage() {
description={"Have questions or need assistance? Reach out to us, and we'll be happy to help. Our team is available to provide personalized support."}
inputs={[
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Your Email", required: true },
{ name: "email", type: "email", placeholder: "Your Email", required: true }
]}
textarea={{
name: "message", placeholder: "Your Message", rows: 4,
required: true,
required: true
}}
useInvertedBackground={false}
imageSrc={getAssetUrl("contact-media")}
@@ -218,7 +217,7 @@ export default function LandingPage() {
columns={[
{ items: [{ label: "Home", href: "#hero" }, { label: "About Us", href: "#about" }, { label: "Products", href: "#products" }] },
{ items: [{ label: "Reviews", href: "#testimonials" }, { label: "FAQs", href: "#faqs" }, { label: "Contact", href: "#contact" }] },
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
]}
logoSrc={getAssetUrl("brand-logo")}
logoAlt={getAssetAlt("brand-logo", "Aroma Perfume Logo")}