Merge version_1 into main #2
122
src/app/page.tsx
122
src/app/page.tsx
@@ -29,7 +29,7 @@ export default function HomePage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="smallMedium"
|
||||
sizing="large"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -57,7 +57,7 @@ export default function HomePage() {
|
||||
{ text: "Learn More", href: "/about" }
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/picture-charming-caucasian-lady-sits-black-leather-armchair-poses-camera_132075-9612.jpg"
|
||||
imageAlt="Premium dress collection showcase"
|
||||
/>
|
||||
@@ -75,7 +75,7 @@ export default function HomePage() {
|
||||
{ value: "50K+", title: "Happy Customers Worldwide" },
|
||||
{ value: "2K+", title: "Premium Dress Styles" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/industrial-mannequin-drawings_482257-85237.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/industrial-mannequin-drawings_482257-85237.jpg"
|
||||
imageAlt="Cohaga brand values and mission"
|
||||
mediaAnimation="blur-reveal"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -105,34 +105,16 @@ export default function HomePage() {
|
||||
animationType="blur-reveal"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Lumina Designs",
|
||||
name: "Elegant Evening Gown",
|
||||
price: "$185.00",
|
||||
rating: 5,
|
||||
reviewCount: "328",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-burgundy-long-evening-dress-posing-balcony_181624-58313.jpg?_wi=1",
|
||||
imageAlt: "Elegant evening gown in burgundy"
|
||||
id: "1", brand: "Lumina Designs", name: "Elegant Evening Gown", price: "$185.00", rating: 5,
|
||||
reviewCount: "328", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-burgundy-long-evening-dress-posing-balcony_181624-58313.jpg", imageAlt: "Elegant evening gown in burgundy"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Modern Threads",
|
||||
name: "Casual Linen Dress",
|
||||
price: "$78.00",
|
||||
rating: 5,
|
||||
reviewCount: "542",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-wooden-column-sand_181624-16742.jpg?_wi=1",
|
||||
imageAlt: "Casual linen dress in natural beige"
|
||||
id: "2", brand: "Modern Threads", name: "Casual Linen Dress", price: "$78.00", rating: 5,
|
||||
reviewCount: "542", imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-wooden-column-sand_181624-16742.jpg", imageAlt: "Casual linen dress in natural beige"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Couture Collective",
|
||||
name: "Floral Summer Dress",
|
||||
price: "$125.00",
|
||||
rating: 4,
|
||||
reviewCount: "214",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/set-summer-patterns-with-beach-elements-vintage-style_23-2147813256.jpg?_wi=1",
|
||||
imageAlt: "Floral patterned summer dress"
|
||||
id: "3", brand: "Couture Collective", name: "Floral Summer Dress", price: "$125.00", rating: 4,
|
||||
reviewCount: "214", imageSrc: "http://img.b2bpic.net/free-vector/set-summer-patterns-with-beach-elements-vintage-style_23-2147813256.jpg", imageAlt: "Floral patterned summer dress"
|
||||
}
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
@@ -152,15 +134,10 @@ export default function HomePage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Smart Sizing Technology",
|
||||
description: "Our AI-powered sizing engine ensures perfect fit every time.",
|
||||
bentoComponent: "globe"
|
||||
title: "Smart Sizing Technology", description: "Our AI-powered sizing engine ensures perfect fit every time.", bentoComponent: "globe"
|
||||
},
|
||||
{
|
||||
title: "Personalized Recommendations",
|
||||
description: "Get dress suggestions tailored to your style preferences.",
|
||||
bentoComponent: "orbiting-icons",
|
||||
centerIcon: Heart,
|
||||
title: "Personalized Recommendations", description: "Get dress suggestions tailored to your style preferences.", bentoComponent: "orbiting-icons", centerIcon: Heart,
|
||||
items: [
|
||||
{ icon: Sparkles, ring: 1 },
|
||||
{ icon: Zap, ring: 2 },
|
||||
@@ -168,14 +145,9 @@ export default function HomePage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Virtual Try-On",
|
||||
description: "See how dresses look on you before purchasing.",
|
||||
bentoComponent: "phone",
|
||||
statusIcon: Lock,
|
||||
title: "Virtual Try-On", description: "See how dresses look on you before purchasing.", bentoComponent: "phone", statusIcon: Lock,
|
||||
alertIcon: Bell,
|
||||
alertTitle: "Try-On Ready",
|
||||
alertMessage: "Your dress preview is ready",
|
||||
apps: [
|
||||
alertTitle: "Try-On Ready", alertMessage: "Your dress preview is ready", apps: [
|
||||
{ name: "Gallery", icon: ImageIcon },
|
||||
{ name: "Camera", icon: Camera },
|
||||
{ name: "Settings", icon: Settings },
|
||||
@@ -187,12 +159,8 @@ export default function HomePage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Exclusive Collections",
|
||||
description: "Access limited-edition designs unavailable elsewhere.",
|
||||
bentoComponent: "marquee",
|
||||
centerIcon: Crown,
|
||||
variant: "text",
|
||||
texts: ["Designer Collaborations", "Limited Edition", "Exclusive Drops", "VIP Access"]
|
||||
title: "Exclusive Collections", description: "Access limited-edition designs unavailable elsewhere.", bentoComponent: "marquee", centerIcon: Crown,
|
||||
variant: "text", texts: ["Designer Collaborations", "Limited Edition", "Exclusive Drops", "VIP Access"]
|
||||
}
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
@@ -212,52 +180,22 @@ export default function HomePage() {
|
||||
animationType="blur-reveal"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Jessica Martinez",
|
||||
role: "Fashion Blogger",
|
||||
testimonial: "Cohaga has completely transformed my shopping experience. The sizing technology is incredibly accurate, and the personal recommendations are spot-on. I've never felt more confident about my dress purchases!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-dressed-pink-jacket-expresses-positive-emotions-feels-good-walks-urban-place-poses-outdoors-against-blurred-background_273609-54817.jpg?_wi=1",
|
||||
imageAlt: "Jessica Martinez"
|
||||
id: "1", name: "Jessica Martinez", role: "Fashion Blogger", testimonial: "Cohaga has completely transformed my shopping experience. The sizing technology is incredibly accurate, and the personal recommendations are spot-on. I've never felt more confident about my dress purchases!", imageSrc: "http://img.b2bpic.net/free-photo/woman-dressed-pink-jacket-expresses-positive-emotions-feels-good-walks-urban-place-poses-outdoors-against-blurred-background_273609-54817.jpg", imageAlt: "Jessica Martinez"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah Chen",
|
||||
role: "Event Planner",
|
||||
testimonial: "As someone who needs formal attire for multiple occasions, Cohaga is a game-changer. The virtual try-on feature saved me so much time, and the quality of the dresses is exceptional.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-adult-woman-blouse-long-skirt-sitting-staircase-inside-coworking-space-smiling-camera_197531-23006.jpg?_wi=1",
|
||||
imageAlt: "Sarah Chen"
|
||||
id: "2", name: "Sarah Chen", role: "Event Planner", testimonial: "As someone who needs formal attire for multiple occasions, Cohaga is a game-changer. The virtual try-on feature saved me so much time, and the quality of the dresses is exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-adult-woman-blouse-long-skirt-sitting-staircase-inside-coworking-space-smiling-camera_197531-23006.jpg", imageAlt: "Sarah Chen"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emma Thompson",
|
||||
role: "Entrepreneur",
|
||||
testimonial: "The AI recommendations understand my style so well. I've discovered designers I love and the entire process from browsing to receiving my order is seamless.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg?_wi=1",
|
||||
imageAlt: "Emma Thompson"
|
||||
id: "3", name: "Emma Thompson", role: "Entrepreneur", testimonial: "The AI recommendations understand my style so well. I've discovered designers I love and the entire process from browsing to receiving my order is seamless.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg", imageAlt: "Emma Thompson"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Priya Patel",
|
||||
role: "Creative Director",
|
||||
testimonial: "Cohaga's exclusive collections give me access to unique pieces that set me apart. Customer service is top-notch, and their loyalty program rewards keep me coming back.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-woman-with-short-hair-red-lips-smiling-outside-cheerful-woman-with-red-lipstick-black-clothes-eyeglasses-holds-tablet-outdoors_197531-19298.jpg",
|
||||
imageAlt: "Priya Patel"
|
||||
id: "4", name: "Priya Patel", role: "Creative Director", testimonial: "Cohaga's exclusive collections give me access to unique pieces that set me apart. Customer service is top-notch, and their loyalty program rewards keep me coming back.", imageSrc: "http://img.b2bpic.net/free-photo/cute-woman-with-short-hair-red-lips-smiling-outside-cheerful-woman-with-red-lipstick-black-clothes-eyeglasses-holds-tablet-outdoors_197531-19298.jpg", imageAlt: "Priya Patel"
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lisa Anderson",
|
||||
role: "University Student",
|
||||
testimonial: "As a student, the free tier gets me access to amazing dresses at affordable prices. When I upgraded to Premium, the virtual try-on feature made online shopping actually fun!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-smiling-casual-student-girl-denim-jacket-with-backpack-coffee-joyfully-looking-camera-university-outdoor_574295-1391.jpg",
|
||||
imageAlt: "Lisa Anderson"
|
||||
id: "5", name: "Lisa Anderson", role: "University Student", testimonial: "As a student, the free tier gets me access to amazing dresses at affordable prices. When I upgraded to Premium, the virtual try-on feature made online shopping actually fun!", imageSrc: "http://img.b2bpic.net/free-photo/attractive-smiling-casual-student-girl-denim-jacket-with-backpack-coffee-joyfully-looking-camera-university-outdoor_574295-1391.jpg", imageAlt: "Lisa Anderson"
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Michelle Rao",
|
||||
role: "Corporate Executive",
|
||||
testimonial: "Cohaga handles my professional wardrobe needs perfectly. The Elite membership is worth every penny with personal styling and priority access to new collections.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg",
|
||||
imageAlt: "Michelle Rao"
|
||||
id: "6", name: "Michelle Rao", role: "Corporate Executive", testimonial: "Cohaga handles my professional wardrobe needs perfectly. The Elite membership is worth every penny with personal styling and priority access to new collections.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Michelle Rao"
|
||||
}
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
@@ -277,24 +215,10 @@ export default function HomePage() {
|
||||
speed={40}
|
||||
showCard={true}
|
||||
names={[
|
||||
"Lumina Designs",
|
||||
"Modern Threads",
|
||||
"Couture Collective",
|
||||
"Urban Style Co",
|
||||
"Elegance Atelier",
|
||||
"Bohemian Dreams",
|
||||
"Sophisticated Lines",
|
||||
"Vintage Revival"
|
||||
"Lumina Designs", "Modern Threads", "Couture Collective", "Urban Style Co", "Elegance Atelier", "Bohemian Dreams", "Sophisticated Lines", "Vintage Revival"
|
||||
]}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/geometric-young-creative-agency-logo-template_742173-17664.jpg",
|
||||
"http://img.b2bpic.net/free-vector/typography-logo-template_23-2150529505.jpg",
|
||||
"http://img.b2bpic.net/free-vector/variety-ornamental-fashion-badges_23-2147522262.jpg",
|
||||
"http://img.b2bpic.net/free-vector/retro-style-logotype_23-2147496989.jpg",
|
||||
"http://img.b2bpic.net/free-vector/elegant-minimalist-luxury-fashion-blog-logo-template_742173-17128.jpg",
|
||||
"http://img.b2bpic.net/free-vector/hand-drawn-boho-birthday-labels_23-2149102874.jpg",
|
||||
"http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842742.jpg",
|
||||
"http://img.b2bpic.net/free-vector/ornamental-vintage-logo-with-frame-set_52683-370.jpg"
|
||||
"http://img.b2bpic.net/free-vector/geometric-young-creative-agency-logo-template_742173-17664.jpg", "http://img.b2bpic.net/free-vector/typography-logo-template_23-2150529505.jpg", "http://img.b2bpic.net/free-vector/variety-ornamental-fashion-badges_23-2147522262.jpg", "http://img.b2bpic.net/free-vector/retro-style-logotype_23-2147496989.jpg", "http://img.b2bpic.net/free-vector/elegant-minimalist-luxury-fashion-blog-logo-template_742173-17128.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-boho-birthday-labels_23-2149102874.jpg", "http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842742.jpg", "http://img.b2bpic.net/free-vector/ornamental-vintage-logo-with-frame-set_52683-370.jpg"
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user