Merge version_1 into main #2
160
src/app/page.tsx
160
src/app/page.tsx
@@ -29,25 +29,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Studio",
|
||||
id: "#about",
|
||||
},
|
||||
name: "Studio", 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="Elegance Studio"
|
||||
/>
|
||||
@@ -56,38 +46,19 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
variant: "rotated-rays-static"}}
|
||||
title="Timeless Elegance & Bespoke Design"
|
||||
description="Crafting unique pieces that reflect your personality and style with precision and care in our designer studio."
|
||||
tag="Designer Studio"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Collection",
|
||||
href: "#products",
|
||||
},
|
||||
text: "View Collection", href: "#products"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-with-long-blonde-hair-wearing-red-jacket_23-2149020156.jpg",
|
||||
imageAlt: "Fashion studio design",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-with-long-blonde-hair-wearing-red-jacket_23-2149020156.jpg", imageAlt: "Fashion studio design"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-clothing-store-with-casual-formal-wear-items-retail-shop-with-stylish-clothes-hangers-racks-modern-boutique-inside-shopping-centre-fashionable-merchandise-sale_482257-63323.jpg",
|
||||
imageAlt: "Collection pieces",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-fashion-woman-interior_624325-3513.jpg?_wi=1",
|
||||
imageAlt: "Luxury evening dress",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-floral-clothes-holding-green-plant-twigs-looking-camera_23-2148122032.jpg?_wi=1",
|
||||
imageAlt: "Silk blouse collection",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-fur-isolated_1303-13240.jpg?_wi=1",
|
||||
imageAlt: "Winter muse design",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-clothing-store-with-casual-formal-wear-items-retail-shop-with-stylish-clothes-hangers-racks-modern-boutique-inside-shopping-centre-fashionable-merchandise-sale_482257-63323.jpg", imageAlt: "Collection pieces"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -104,17 +75,11 @@ export default function LandingPage() {
|
||||
tag="Our Philosophy"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Bespoke Fittings",
|
||||
description: "Custom fit designed exclusively for you.",
|
||||
},
|
||||
title: "Bespoke Fittings", description: "Custom fit designed exclusively for you."},
|
||||
{
|
||||
title: "High-Quality Fabrics",
|
||||
description: "Sourced from the finest international mills.",
|
||||
},
|
||||
title: "High-Quality Fabrics", description: "Sourced from the finest international mills."},
|
||||
{
|
||||
title: "Attention to Detail",
|
||||
description: "Exquisite hand-finishing on every garment.",
|
||||
},
|
||||
title: "Attention to Detail", description: "Exquisite hand-finishing on every garment."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-girl-holding-new-dress-hanger-hand-taking-photos-cellphone-frontal-camera-sewing-workshop_574295-3746.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -129,41 +94,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Evening Elegance",
|
||||
price: "$450",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-fashion-woman-interior_624325-3513.jpg?_wi=2",
|
||||
},
|
||||
id: "p1", name: "Evening Elegance", price: "$450", imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-fashion-woman-interior_624325-3513.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Silk Serenity",
|
||||
price: "$295",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-floral-clothes-holding-green-plant-twigs-looking-camera_23-2148122032.jpg?_wi=2",
|
||||
},
|
||||
id: "p2", name: "Silk Serenity", price: "$295", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-floral-clothes-holding-green-plant-twigs-looking-camera_23-2148122032.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Winter Muse",
|
||||
price: "$620",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-fur-isolated_1303-13240.jpg?_wi=2",
|
||||
},
|
||||
id: "p3", name: "Winter Muse", price: "$620", imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-fur-isolated_1303-13240.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Modern Cut Skirt",
|
||||
price: "$180",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-pretty-woman-walking-through-streets-old-city_158595-2816.jpg",
|
||||
},
|
||||
id: "p4", name: "Modern Cut Skirt", price: "$180", imageSrc: "http://img.b2bpic.net/free-photo/fashion-pretty-woman-walking-through-streets-old-city_158595-2816.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Designer Accessories",
|
||||
price: "$125",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-empty-notebook-pencil-woman-s-accessories-black-concept-top-view-isolated-white-background_1428-524.jpg",
|
||||
},
|
||||
id: "p5", name: "Designer Accessories", price: "$125", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-empty-notebook-pencil-woman-s-accessories-black-concept-top-view-isolated-white-background_1428-524.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Casual Luxe Top",
|
||||
price: "$210",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-business-suit-sitting-chair_1303-17686.jpg",
|
||||
},
|
||||
id: "p6", name: "Casual Luxe Top", price: "$210", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-business-suit-sitting-chair_1303-17686.jpg"},
|
||||
]}
|
||||
title="Latest Collections"
|
||||
description="Explore our handpicked selection of contemporary designer garments crafted for the modern woman."
|
||||
@@ -175,30 +116,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Miller",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-customer-shop-assistant-meeting-fashion-store-sitting-together-using-tablet-discussing-clothes-purchases-consumerism-shopping-concept_74855-11972.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah Miller", imageSrc: "http://img.b2bpic.net/free-photo/serious-customer-shop-assistant-meeting-fashion-store-sitting-together-using-tablet-discussing-clothes-purchases-consumerism-shopping-concept_74855-11972.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Emily Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-posing-with-new-her-art-work_273443-2916.jpg",
|
||||
},
|
||||
id: "t2", name: "Emily Chen", imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-posing-with-new-her-art-work_273443-2916.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Julia Roberts",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-laughing-while-paying-purchase-checkout-medium-shot-copy-space-shopping-concept_74855-11831.jpg",
|
||||
},
|
||||
id: "t3", name: "Julia Roberts", imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-laughing-while-paying-purchase-checkout-medium-shot-copy-space-shopping-concept_74855-11831.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Maria Gonzalez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-personal-shopper-working_23-2148924153.jpg",
|
||||
},
|
||||
id: "t4", name: "Maria Gonzalez", imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-personal-shopper-working_23-2148924153.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Alice Wang",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-mirror_1301-1468.jpg",
|
||||
},
|
||||
id: "t5", name: "Alice Wang", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-mirror_1301-1468.jpg"},
|
||||
]}
|
||||
cardTitle="What Our Clients Say"
|
||||
cardTag="Testimonials"
|
||||
@@ -210,14 +136,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
variant: "rotated-rays-static"}}
|
||||
text="Ready to design your unique look? Get in touch with our studio for a consultation today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#",
|
||||
},
|
||||
text: "Contact Us", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -226,42 +149,27 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com"},
|
||||
{
|
||||
label: "Pinterest",
|
||||
href: "https://pinterest.com",
|
||||
},
|
||||
label: "Pinterest", href: "https://pinterest.com"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user