Merge version_1 into main #2
@@ -29,7 +29,7 @@ export default function LandingPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="smallMedium"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -65,24 +65,30 @@ export default function LandingPage() {
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409249.jpg", imageAlt: "Luxury cologne collection"},
|
||||
"http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409249.jpg", imageAlt: "Luxury cologne collection"
|
||||
},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-brown-suit-sunglasses_158538-11340.jpg?_wi=1", imageAlt: "Premium red fragrance"},
|
||||
"http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-brown-suit-sunglasses_158538-11340.jpg", imageAlt: "Premium red fragrance"
|
||||
},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-witches-mixing-potions_1153-484.jpg?_wi=1", imageAlt: "Elegant women perfume"},
|
||||
"http://img.b2bpic.net/free-photo/young-witches-mixing-potions_1153-484.jpg", imageAlt: "Elegant women perfume"
|
||||
},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-psd/perfume-template-design_23-2151519469.jpg?_wi=1", imageAlt: "Modern unisex fragrance"},
|
||||
"http://img.b2bpic.net/free-psd/perfume-template-design_23-2151519469.jpg", imageAlt: "Modern unisex fragrance"
|
||||
},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/summer-skin-care-cosmetics-tropic_88138-292.jpg?_wi=1", imageAlt: "Signature limited edition"},
|
||||
"http://img.b2bpic.net/free-vector/summer-skin-care-cosmetics-tropic_88138-292.jpg", imageAlt: "Signature limited edition"
|
||||
},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/closeup-shot-beautifully-shaped-glass-bottles-filled-with-perfume_181624-28370.jpg?_wi=1", imageAlt: "Seasonal collection showcase"},
|
||||
"http://img.b2bpic.net/free-photo/closeup-shot-beautifully-shaped-glass-bottles-filled-with-perfume_181624-28370.jpg", imageAlt: "Seasonal collection showcase"
|
||||
},
|
||||
]}
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
ariaLabel="Hero section featuring premium cologne collection"
|
||||
/>
|
||||
</div>
|
||||
@@ -98,23 +104,28 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "1", brand: "Smell Good", name: "Midnight Elegance", price: "$89.99", rating: 5,
|
||||
reviewCount: "342", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-brown-suit-sunglasses_158538-11340.jpg?_wi=2", imageAlt: "Midnight Elegance cologne"},
|
||||
"http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-brown-suit-sunglasses_158538-11340.jpg", imageAlt: "Midnight Elegance cologne"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Smell Good", name: "Blossom Essence", price: "$79.99", rating: 5,
|
||||
reviewCount: "298", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-witches-mixing-potions_1153-484.jpg?_wi=2", imageAlt: "Blossom Essence perfume"},
|
||||
"http://img.b2bpic.net/free-photo/young-witches-mixing-potions_1153-484.jpg", imageAlt: "Blossom Essence perfume"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Smell Good", name: "Urban Harmony", price: "$84.99", rating: 5,
|
||||
reviewCount: "267", imageSrc:
|
||||
"http://img.b2bpic.net/free-psd/perfume-template-design_23-2151519469.jpg?_wi=2", imageAlt: "Urban Harmony unisex fragrance"},
|
||||
"http://img.b2bpic.net/free-psd/perfume-template-design_23-2151519469.jpg", imageAlt: "Urban Harmony unisex fragrance"
|
||||
},
|
||||
{
|
||||
id: "4", brand: "Smell Good", name: "Luxe Signature", price: "$119.99", rating: 5,
|
||||
reviewCount: "185", imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/summer-skin-care-cosmetics-tropic_88138-292.jpg?_wi=2", imageAlt: "Luxe Signature limited edition"},
|
||||
"http://img.b2bpic.net/free-vector/summer-skin-care-cosmetics-tropic_88138-292.jpg", imageAlt: "Luxe Signature limited edition"
|
||||
},
|
||||
{
|
||||
id: "5", brand: "Smell Good", name: "Seasonal Trio", price: "$149.99", rating: 5,
|
||||
reviewCount: "156", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/closeup-shot-beautifully-shaped-glass-bottles-filled-with-perfume_181624-28370.jpg?_wi=2", imageAlt: "Seasonal Trio collection"},
|
||||
"http://img.b2bpic.net/free-photo/closeup-shot-beautifully-shaped-glass-bottles-filled-with-perfume_181624-28370.jpg", imageAlt: "Seasonal Trio collection"
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -156,19 +167,22 @@ export default function LandingPage() {
|
||||
id: "essentials", tag: "Starter Collection", tagIcon: Zap,
|
||||
price: "$69.99", period: "/per bottle", description: "Perfect for discovering your signature scent", button: { text: "Get Started", href: "#contact" },
|
||||
featuresTitle: "Includes:", features: [
|
||||
"50ml bottle", "Fresh citrus & floral notes", "Lasting 6-8 hours", "Free sample set"],
|
||||
"50ml bottle", "Fresh citrus & floral notes", "Lasting 6-8 hours", "Free sample set"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "premium", tag: "Premium Collection", tagIcon: Crown,
|
||||
price: "$99.99", period: "/per bottle", description: "Our most luxurious fragrances with lasting power", button: { text: "Shop Premium", href: "#contact" },
|
||||
featuresTitle: "Includes:", features: [
|
||||
"100ml bottle", "Exotic & woody notes", "Lasting 10-12 hours", "Luxury packaging", "Personalized consultation"],
|
||||
"100ml bottle", "Exotic & woody notes", "Lasting 10-12 hours", "Luxury packaging", "Personalized consultation"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "exclusive", tag: "Exclusive Signature", tagIcon: Sparkles,
|
||||
price: "$149.99", period: "/per bottle", description: "Limited edition masterpieces for the connoisseur", button: { text: "Explore Exclusive", href: "#contact" },
|
||||
featuresTitle: "Includes:", features: [
|
||||
"150ml bottle", "Rare ingredients", "Lasting 12+ hours", "Premium crystal bottle", "Certificate of authenticity", "VIP member benefits"],
|
||||
"150ml bottle", "Rare ingredients", "Lasting 12+ hours", "Premium crystal bottle", "Certificate of authenticity", "VIP member benefits"
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -188,19 +202,23 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "1", name: "Sarah Mitchell", role: "Fashion Blogger", testimonial:
|
||||
"Smell Good's colognes have become my go-to recommendation. The quality is unmatched and the scents are absolutely divine. I've converted all my friends!", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-plain-white-background-office-audience_78826-2259.jpg", imageAlt: "Sarah Mitchell"},
|
||||
"http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-plain-white-background-office-audience_78826-2259.jpg", imageAlt: "Sarah Mitchell"
|
||||
},
|
||||
{
|
||||
id: "2", name: "James Anderson", role: "Professional", testimonial:
|
||||
"Finally found a fragrance that lasts all day without being overwhelming. The customer service was exceptional and my order arrived perfectly packaged.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1563.jpg", imageAlt: "James Anderson"},
|
||||
"http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1563.jpg", imageAlt: "James Anderson"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emma Richardson", role: "Luxury Enthusiast", testimonial:
|
||||
"The scent profiles are incredibly well-developed. It's clear that Smell Good genuinely cares about fragrance artistry. Worth every penny!", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-woman-sitting-library_273609-15843.jpg", imageAlt: "Emma Richardson"},
|
||||
"http://img.b2bpic.net/free-photo/young-woman-sitting-library_273609-15843.jpg", imageAlt: "Emma Richardson"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Michael Torres", role: "CEO", testimonial:
|
||||
"I've been ordering from Smell Good for two years now. Their fragrance recommendations are spot-on and I always look forward to their seasonal releases.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-successful-businessman-posing_176420-1162.jpg", imageAlt: "Michael Torres"},
|
||||
"http://img.b2bpic.net/free-photo/young-successful-businessman-posing_176420-1162.jpg", imageAlt: "Michael Torres"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -219,22 +237,28 @@ export default function LandingPage() {
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "How long do your fragrances last?", content:
|
||||
"Our fragrances are formulated to last between 6-12 hours depending on the collection and your skin chemistry. Premium and Exclusive collections typically last longer due to higher concentration of fragrance oils."},
|
||||
"Our fragrances are formulated to last between 6-12 hours depending on the collection and your skin chemistry. Premium and Exclusive collections typically last longer due to higher concentration of fragrance oils."
|
||||
},
|
||||
{
|
||||
id: "2", title: "What is your return policy?", content:
|
||||
"We offer a 30-day money-back guarantee on all unopened products. If you're not completely satisfied with your purchase, simply contact us for a full refund, no questions asked."},
|
||||
"We offer a 30-day money-back guarantee on all unopened products. If you're not completely satisfied with your purchase, simply contact us for a full refund, no questions asked."
|
||||
},
|
||||
{
|
||||
id: "3", title: "Do you offer international shipping?", content:
|
||||
"Yes! We ship to over 50 countries worldwide. Shipping costs and delivery times vary by location. You can calculate shipping costs at checkout."},
|
||||
"Yes! We ship to over 50 countries worldwide. Shipping costs and delivery times vary by location. You can calculate shipping costs at checkout."
|
||||
},
|
||||
{
|
||||
id: "4", title: "Can I get a fragrance sample before buying?", content:
|
||||
"Absolutely! We offer complimentary sample sets with our Starter Collection. You can also request samples by contacting our team directly."},
|
||||
"Absolutely! We offer complimentary sample sets with our Starter Collection. You can also request samples by contacting our team directly."
|
||||
},
|
||||
{
|
||||
id: "5", title: "Are your fragrances vegan and cruelty-free?", content:
|
||||
"Yes! All our fragrances are vegan and cruelty-free. We're committed to ethical sourcing and sustainable practices throughout our production process."},
|
||||
"Yes! All our fragrances are vegan and cruelty-free. We're committed to ethical sourcing and sustainable practices throughout our production process."
|
||||
},
|
||||
{
|
||||
id: "6", title: "How should I store my fragrance?", content:
|
||||
"Store your fragrance in a cool, dark place away from direct sunlight and heat. The ideal temperature is between 15-25°C. Keep the cap tightly closed to prevent evaporation."},
|
||||
"Store your fragrance in a cool, dark place away from direct sunlight and heat. The ideal temperature is between 15-25°C. Keep the cap tightly closed to prevent evaporation."
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -247,7 +271,7 @@ export default function LandingPage() {
|
||||
{ text: "Contact Us", href: "#" },
|
||||
{ text: "Shop Collection", href: "#products" },
|
||||
]}
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user