Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
271
src/app/page.tsx
271
src/app/page.tsx
@@ -33,25 +33,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Collection",
|
||||
id: "products",
|
||||
},
|
||||
name: "Collection", id: "products"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="TropicalNails"
|
||||
/>
|
||||
@@ -60,117 +50,43 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Summer Vibes at Your Fingertips"
|
||||
description="Premium, salon-quality press-on nails in tropical shades and sunny designs. Instant transformation for your dream summer look."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/covid-party-with-fancy-masks-top-view_23-2149299875.jpg?_wi=1",
|
||||
imageAlt: "Tropical press-on nails set",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-incognito-woman-with-elegant-dark-nails-manicured-fingers-with-rings-wearing-red-compact-crossbag-bright-red-color_132075-12162.jpg",
|
||||
imageAlt: "Summer nail fashion style",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-three-young-girls-wearing-creative-sunglasses-with-designed-manicure-two-lady-covers-mouth-one-hiding-face-by-hands-happy-friends-posing-having-fun-together_132075-12282.jpg",
|
||||
imageAlt: "Vibrant nail art collection",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-mixed-paint-fingers_23-2148263608.jpg",
|
||||
imageAlt: "Summer tropical manicure look",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-woman-with-coffee-body-scrub_343596-3856.jpg",
|
||||
imageAlt: "Vacation ready nail set",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-beautiful-colorful-nails_23-2149921706.jpg",
|
||||
imageAlt: "Chic summer press-on nails",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/covid-party-with-fancy-masks-top-view_23-2149299875.jpg", imageAlt: "tropical summer press on nails model hand" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-incognito-woman-with-elegant-dark-nails-manicured-fingers-with-rings-wearing-red-compact-crossbag-bright-red-color_132075-12162.jpg", imageAlt: "model hand showing press on nails tropical garden" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-three-young-girls-wearing-creative-sunglasses-with-designed-manicure-two-lady-covers-mouth-one-hiding-face-by-hands-happy-friends-posing-having-fun-together_132075-12282.jpg", imageAlt: "vibrant tropical nail design summer concept" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-mixed-paint-fingers_23-2148263608.jpg", imageAlt: "close up press on nails summer mood" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-woman-with-coffee-body-scrub_343596-3856.jpg", imageAlt: "trendy press on nails summer vacation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-with-beautiful-colorful-nails_23-2149921706.jpg", imageAlt: "modern summer press on nails style" },
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-her-nail-art-fingernails-with-flower_23-2149820444.jpg",
|
||||
imageAlt: "Chic summer press-on nails",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/soft-photo-woman-hand-red-manicure-ring-finger-hold-cute-yellow-little-dry-flower-white_343596-3272.jpg",
|
||||
imageAlt: "Vacation ready nail set",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fast-fashion-concept-with-materials-textiles-disguised-as-sandwich_23-2150771221.jpg",
|
||||
imageAlt: "Summer tropical manicure look",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-her-nail-art-fingernails-with-flower_23-2149820397.jpg",
|
||||
imageAlt: "Vibrant nail art collection",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-woman-posing-with-sincere-smile-near-graffiti_197531-17123.jpg",
|
||||
imageAlt: "Summer nail fashion style",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-her-nail-art-fingernails-with-citrus_23-2149820398.jpg",
|
||||
imageAlt: "Tropical press-on nails set",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-her-nail-art-fingernails-with-flower_23-2149820444.jpg", imageAlt: "modern summer press on nails style" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/soft-photo-woman-hand-red-manicure-ring-finger-hold-cute-yellow-little-dry-flower-white_343596-3272.jpg", imageAlt: "trendy press on nails summer vacation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/fast-fashion-concept-with-materials-textiles-disguised-as-sandwich_23-2150771221.jpg", imageAlt: "close up press on nails summer mood" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-her-nail-art-fingernails-with-flower_23-2149820397.jpg", imageAlt: "vibrant tropical nail design summer concept" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/joyful-woman-posing-with-sincere-smile-near-graffiti_197531-17123.jpg", imageAlt: "model hand showing press on nails tropical garden" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-her-nail-art-fingernails-with-citrus_23-2149820398.jpg", imageAlt: "tropical summer press on nails model hand" },
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Summer Collection",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Shop Summer Collection", href: "#products"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-shot-womans-manicure-hands-wearing-ring-finger_343596-3847.jpg",
|
||||
alt: "Customer photo",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-hands-with-beautiful-manicure-flower_23-2149311590.jpg",
|
||||
alt: "Customer photo",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-hands-with-beautiful-manicure_23-2149311588.jpg",
|
||||
alt: "Customer photo",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-beautiful-manicure-yellow-flower_23-2149311593.jpg",
|
||||
alt: "Customer photo",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/hands-with-manicure-young-girl-wear-colored-sweater-holing-red-sweet-pepper_627829-8332.jpg",
|
||||
alt: "Customer photo",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-shot-womans-manicure-hands-wearing-ring-finger_343596-3847.jpg", alt: "Customer photo" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-hands-with-beautiful-manicure-flower_23-2149311590.jpg", alt: "Customer photo" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-hands-with-beautiful-manicure_23-2149311588.jpg", alt: "Customer photo" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-beautiful-manicure-yellow-flower_23-2149311593.jpg", alt: "Customer photo" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/hands-with-manicure-young-girl-wear-colored-sweater-holing-red-sweet-pepper_627829-8332.jpg", alt: "Customer photo" },
|
||||
]}
|
||||
avatarText="Loved by 10,000+ summer beauties"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-composition-with-art-concept_23-2148023598.jpg",
|
||||
alt: "Tropical design",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/macaroons-tree-stump-against-pink-background-with-copyspace-writing-text_23-2148087075.jpg",
|
||||
alt: "Summer vibe",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-delicious-drinks-summer-still-life_23-2148993820.jpg",
|
||||
alt: "Summer drink",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-hand-holding-fancy-mask_23-2149299881.jpg",
|
||||
alt: "Fashion mask",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-manicured-womans-hands-knees_343596-715.jpg",
|
||||
alt: "Manicure hands",
|
||||
},
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/top-view-composition-with-art-concept_23-2148023598.jpg", alt: "Tropical design" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/macaroons-tree-stump-against-pink-background-with-copyspace-writing-text_23-2148087075.jpg", alt: "Summer vibe" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/top-view-delicious-drinks-summer-still-life_23-2148993820.jpg", alt: "Summer drink" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/close-up-hand-holding-fancy-mask_23-2149299881.jpg", alt: "Fashion mask" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/pretty-manicured-womans-hands-knees_343596-715.jpg", alt: "Manicure hands" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -192,29 +108,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Salon Quality",
|
||||
description: "Hand-painted designs that look professional.",
|
||||
items: [
|
||||
{
|
||||
icon: Sparkles,
|
||||
text: "Salon-standard finish",
|
||||
},
|
||||
{
|
||||
icon: Star,
|
||||
text: "Reusable",
|
||||
},
|
||||
{
|
||||
icon: Zap,
|
||||
text: "Application in minutes",
|
||||
},
|
||||
title: "Salon Quality", description: "Hand-painted designs that look professional.", items: [
|
||||
{ icon: Sparkles, text: "Salon-standard finish" },
|
||||
{ icon: Star, text: "Reusable" },
|
||||
{ icon: Zap, text: "Application in minutes" },
|
||||
],
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-attractive-female-white-shirt-fixing-her-nails-green-surface_140725-64170.jpg",
|
||||
imageAlt: "Quality features",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-attractive-female-white-shirt-fixing-her-nails-green-surface_140725-64170.jpg", imageAlt: "Quality features"},
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/covid-party-with-fancy-masks-top-view_23-2149299875.jpg?_wi=2",
|
||||
imageAlt: "durable high quality press on nails",
|
||||
},
|
||||
]}
|
||||
title="Why Tropical Nails?"
|
||||
@@ -224,52 +125,17 @@ export default function LandingPage() {
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Tropical Breeze",
|
||||
price: "$25",
|
||||
variant: "Short Square",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/monstera-green-leaf-yellow_1220-3944.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Peachy Sunset",
|
||||
price: "$28",
|
||||
variant: "Long Almond",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colorful-floral-shirt-close-up_23-2148237610.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Island Pink",
|
||||
price: "$24",
|
||||
variant: "Medium Coffin",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-trying-artificial-nails-tips-with-flower-nail-design_127675-2641.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sunny Floral",
|
||||
price: "$30",
|
||||
variant: "Short Round",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-woman-with-turban-head-colorful-earrings-boho-necklace-posing_273443-542.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Palm Glam",
|
||||
price: "$26",
|
||||
variant: "Long Stiletto",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-still-life-composition-nail-care-products_23-2148974516.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Pink Petals",
|
||||
price: "$29",
|
||||
variant: "Medium Square",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-yellow-flowers_23-2149311619.jpg",
|
||||
},
|
||||
{ id: "1", name: "Tropical Breeze", price: "$25", variant: "Short Square", imageSrc: "http://img.b2bpic.net/free-photo/monstera-green-leaf-yellow_1220-3944.jpg" },
|
||||
{ id: "2", name: "Peachy Sunset", price: "$28", variant: "Long Almond", imageSrc: "http://img.b2bpic.net/free-photo/colorful-floral-shirt-close-up_23-2148237610.jpg" },
|
||||
{ id: "3", name: "Island Pink", price: "$24", variant: "Medium Coffin", imageSrc: "http://img.b2bpic.net/free-photo/girl-trying-artificial-nails-tips-with-flower-nail-design_127675-2641.jpg" },
|
||||
{ id: "4", name: "Sunny Floral", price: "$30", variant: "Short Round", imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-woman-with-turban-head-colorful-earrings-boho-necklace-posing_273443-542.jpg" },
|
||||
{ id: "5", name: "Palm Glam", price: "$26", variant: "Long Stiletto", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-still-life-composition-nail-care-products_23-2148974516.jpg" },
|
||||
{ id: "6", name: "Pink Petals", price: "$29", variant: "Medium Square", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-yellow-flowers_23-2149311619.jpg" },
|
||||
]}
|
||||
title="Our Summer Picks"
|
||||
description="Explore our favorite seasonal looks in pinks and peaches."
|
||||
@@ -281,14 +147,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Vogue Beauty",
|
||||
"Allure",
|
||||
"Cosmopolitan",
|
||||
"Harper's Bazaar",
|
||||
"Glamour",
|
||||
"Elle",
|
||||
"InStyle",
|
||||
]}
|
||||
"Vogue Beauty", "Allure", "Cosmopolitan", "Harper's Bazaar", "Glamour", "Elle", "InStyle"]}
|
||||
title="As Seen In"
|
||||
description="Featured in top beauty publications."
|
||||
/>
|
||||
@@ -301,26 +160,11 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
author="Jessica M."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-graphic-eye-makeup_23-2150723171.jpg",
|
||||
alt: "Customer photo",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-females-dressed-stylish-summer-clothing-laughs-joyfully-as-watch-funny-photo-cell-phone_273609-2322.jpg",
|
||||
alt: "Customer photo",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-getting-manicure_23-2150507015.jpg",
|
||||
alt: "Customer photo",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-delighted-dark-skinned-mixed-race-female-with-frizzy-bushy-hair-feels-relaxed-as-sits-comfortable-sofa-against-pink-wall_273609-3221.jpg",
|
||||
alt: "Customer photo",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-bearded-man-wearing-knitted-warm-sweater-hat_273609-6896.jpg",
|
||||
alt: "Customer photo",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-graphic-eye-makeup_23-2150723171.jpg", alt: "Customer photo" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-happy-females-dressed-stylish-summer-clothing-laughs-joyfully-as-watch-funny-photo-cell-phone_273609-2322.jpg", alt: "Customer photo" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-woman-getting-manicure_23-2150507015.jpg", alt: "Customer photo" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-happy-delighted-dark-skinned-mixed-race-female-with-frizzy-bushy-hair-feels-relaxed-as-sits-comfortable-sofa-against-pink-wall_273609-3221.jpg", alt: "Customer photo" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/cheerful-bearded-man-wearing-knitted-warm-sweater-hat_273609-6896.jpg", alt: "Customer photo" },
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -332,21 +176,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How long do they last?",
|
||||
content: "Our nails typically last up to 2 weeks with proper application.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Are they reusable?",
|
||||
content: "Yes, they are! With the right care, you can reapply them multiple times.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "How do I find my size?",
|
||||
content: "We provide a sizing guide on our product pages for easy measurements.",
|
||||
},
|
||||
{ id: "f1", title: "How long do they last?", content: "Our nails typically last up to 2 weeks with proper application." },
|
||||
{ id: "f2", title: "Are they reusable?", content: "Yes, they are! With the right care, you can reapply them multiple times." },
|
||||
{ id: "f3", title: "How do I find my size?", content: "We provide a sizing guide on our product pages for easy measurements." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Got questions about our press-on nails?"
|
||||
@@ -358,8 +190,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Newsletter"
|
||||
title="Join Our VIP List"
|
||||
description="Get early access to our new summer releases."
|
||||
|
||||
Reference in New Issue
Block a user