Update src/app/page.tsx
This commit is contained in:
303
src/app/page.tsx
303
src/app/page.tsx
@@ -31,92 +31,39 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Shop",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Shop", id: "products" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="SOCIAL HAIR COMPANY"
|
||||
button={{ text: "Book Session", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Unveiling Your Signature Style"
|
||||
description="At SOCIAL HAIR COMPANY, we believe your hair is your most powerful accessory. Experience bespoke care designed for the modern individual."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Session",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Book Your Session", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149230936.jpg"
|
||||
imageAlt="Luxurious hair studio environment"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/black-white-portrait-white-woman_53876-21.jpg",
|
||||
alt: "Black and white portrait of white woman",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-sitting-chair-medium-shot_23-2149213196.jpg",
|
||||
alt: "Woman sitting on chair medium shot",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/glamorous-model-make-up-studio_23-2148328753.jpg",
|
||||
alt: "Glamorous model in make up studio",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021831.jpg",
|
||||
alt: "Portrait of stylish woman posing in a fashionable outfit",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/girl-brushing-her-hair-bathroom_23-2148147490.jpg",
|
||||
alt: "Girl brushing her hair at the bathroom",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/black-white-portrait-white-woman_53876-21.jpg", alt: "Black and white portrait of white woman" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-sitting-chair-medium-shot_23-2149213196.jpg", alt: "Woman sitting on chair medium shot" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/glamorous-model-make-up-studio_23-2148328753.jpg", alt: "Glamorous model in make up studio" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021831.jpg", alt: "Portrait of stylish woman posing in a fashionable outfit" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/girl-brushing-her-hair-bathroom_23-2148147490.jpg", alt: "Girl brushing her hair at the bathroom" }
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Artistic Precision",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/woman-drying-hair-young-girl_23-2147769807.jpg",
|
||||
alt: "Woman drying hair of young girl",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Care",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/lovely-stylist-applying-makeup-unrecognizable-model_23-2147783895.jpg",
|
||||
alt: "Lovely stylist applying makeup on unrecognizable model",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Signature Style",
|
||||
},
|
||||
{ type: "text", text: "Artistic Precision" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/woman-drying-hair-young-girl_23-2147769807.jpg", alt: "Woman drying hair of young girl" },
|
||||
{ type: "text", text: "Premium Care" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/lovely-stylist-applying-makeup-unrecognizable-model_23-2147783895.jpg", alt: "Lovely stylist applying makeup on unrecognizable model" },
|
||||
{ type: "text", text: "Signature Style" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -137,33 +84,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Precision Styling",
|
||||
tags: [
|
||||
"Cut",
|
||||
"Shape",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-using-dry-shampoo-home_23-2150706337.jpg",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Organic Color",
|
||||
tags: [
|
||||
"Vibrant",
|
||||
"Safe",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-skin-regeneration-products_23-2151242148.jpg",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Deep Conditioning",
|
||||
tags: [
|
||||
"Treat",
|
||||
"Repair",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/accompaniment-abortion-process_23-2149656022.jpg",
|
||||
},
|
||||
{ id: "f1", title: "Precision Styling", tags: ["Cut", "Shape"], imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-using-dry-shampoo-home_23-2150706337.jpg" },
|
||||
{ id: "f2", title: "Organic Color", tags: ["Vibrant", "Safe"], imageSrc: "http://img.b2bpic.net/free-photo/close-up-skin-regeneration-products_23-2151242148.jpg" },
|
||||
{ id: "f3", title: "Deep Conditioning", tags: ["Treat", "Repair"], imageSrc: "http://img.b2bpic.net/free-photo/accompaniment-abortion-process_23-2149656022.jpg" }
|
||||
]}
|
||||
title="Bespoke Hair Services"
|
||||
description="Discover a range of tailored treatments meticulously curated to elevate your beauty."
|
||||
@@ -177,48 +100,12 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Signature Shampoo",
|
||||
price: "$45",
|
||||
variant: "250ml",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307340.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Hydrating Mask",
|
||||
price: "$58",
|
||||
variant: "150ml",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sided-view-hand-taking-cream_23-2149596093.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Texture Spray",
|
||||
price: "$32",
|
||||
variant: "200ml",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-using-dry-shampoo-home_23-2150706338.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Gold Elixir Oil",
|
||||
price: "$65",
|
||||
variant: "50ml",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/concept-skin-care-cosmetics-shea-butter_185193-108812.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Revival Ampoules",
|
||||
price: "$85",
|
||||
variant: "5-pack",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/three-essential-oils-with-comb-soap_23-2147844984.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Matte Sculpting Wax",
|
||||
price: "$38",
|
||||
variant: "100ml",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/assortment-skin-care-cream_23-2148761491.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Signature Shampoo", price: "$45", variant: "250ml", imageSrc: "http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307340.jpg" },
|
||||
{ id: "p2", name: "Hydrating Mask", price: "$58", variant: "150ml", imageSrc: "http://img.b2bpic.net/free-photo/sided-view-hand-taking-cream_23-2149596093.jpg" },
|
||||
{ id: "p3", name: "Texture Spray", price: "$32", variant: "200ml", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-using-dry-shampoo-home_23-2150706338.jpg" },
|
||||
{ id: "p4", name: "Gold Elixir Oil", price: "$65", variant: "50ml", imageSrc: "http://img.b2bpic.net/free-photo/concept-skin-care-cosmetics-shea-butter_185193-108812.jpg" },
|
||||
{ id: "p5", name: "Revival Ampoules", price: "$85", variant: "5-pack", imageSrc: "http://img.b2bpic.net/free-photo/three-essential-oils-with-comb-soap_23-2147844984.jpg" },
|
||||
{ id: "p6", name: "Matte Sculpting Wax", price: "$38", variant: "100ml", imageSrc: "http://img.b2bpic.net/free-photo/assortment-skin-care-cream_23-2148761491.jpg" }
|
||||
]}
|
||||
title="Luxury Home Care"
|
||||
description="Extend your salon experience with our exclusive range of boutique hair care products."
|
||||
@@ -229,42 +116,13 @@ export default function LandingPage() {
|
||||
<TestimonialCardSix
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
animationType="opacity"
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Victoria H.",
|
||||
handle: "@vic",
|
||||
testimonial: "The best hair experience I have ever had. My hair feels alive again.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-outdoor-portrait-brunette-short-hair-woman-with-broom_343596-705.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Marcus R.",
|
||||
handle: "@marcusr",
|
||||
testimonial: "Precision like no other. They really understand hair texture.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021812.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sarah J.",
|
||||
handle: "@sarahj",
|
||||
testimonial: "Sophisticated environment and impeccable service. Highly recommend.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/image-pretty-beautiful-redhead-young-lady-standing-cafe-while-reading-magazine-looking-aside_171337-15274.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Elena M.",
|
||||
handle: "@elena",
|
||||
testimonial: "My go-to spot for everything hair. Truly exceptional work.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-ballroom-performer-posing-stage_23-2149454023.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "James K.",
|
||||
handle: "@jk",
|
||||
testimonial: "Incredible products and even better stylists. A total gem.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hairstyling-smiling-young-woman-demonstrating-hairstyling-tips_259150-60121.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Victoria H.", handle: "@vic", testimonial: "The best hair experience I have ever had. My hair feels alive again.", imageSrc: "http://img.b2bpic.net/free-photo/fashion-outdoor-portrait-brunette-short-hair-woman-with-broom_343596-705.jpg" },
|
||||
{ id: "t2", name: "Marcus R.", handle: "@marcusr", testimonial: "Precision like no other. They really understand hair texture.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021812.jpg" },
|
||||
{ id: "t3", name: "Sarah J.", handle: "@sarahj", testimonial: "Sophisticated environment and impeccable service. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/image-pretty-beautiful-redhead-young-lady-standing-cafe-while-reading-magazine-looking-aside_171337-15274.jpg" },
|
||||
{ id: "t4", name: "Elena M.", handle: "@elena", testimonial: "My go-to spot for everything hair. Truly exceptional work.", imageSrc: "http://img.b2bpic.net/free-photo/male-ballroom-performer-posing-stage_23-2149454023.jpg" },
|
||||
{ id: "t5", name: "James K.", handle: "@jk", testimonial: "Incredible products and even better stylists. A total gem.", imageSrc: "http://img.b2bpic.net/free-photo/hairstyling-smiling-young-woman-demonstrating-hairstyling-tips_259150-60121.jpg" }
|
||||
]}
|
||||
title="Client Reflections"
|
||||
description="Stories of transformation and style from our valued community."
|
||||
@@ -278,27 +136,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "m1",
|
||||
name: "Sofia Rossi",
|
||||
role: "Creative Director",
|
||||
description: "Expert in editorial and high-fashion styling.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-female-barber-wearing-glasses-uniform-holding-combs-looking-camera-stretching-hair-spray-out-towards-camera-isolated-olive-green-background_141793-137022.jpg",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
name: "Julian Thorne",
|
||||
role: "Master Colorist",
|
||||
description: "Specializing in dimensional and natural color.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-posing-with-photo-tape-red-background_114579-60923.jpg",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
name: "Clara Bennett",
|
||||
role: "Senior Stylist",
|
||||
description: "Precision cutting and texture refinement specialist.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-tilting-head-young-beautiful-female-barber-uniform-holding-comb-isolated-green-wall_141793-105666.jpg",
|
||||
},
|
||||
{ id: "m1", name: "Sofia Rossi", role: "Creative Director", description: "Expert in editorial and high-fashion styling.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-female-barber-wearing-glasses-uniform-holding-combs-looking-camera-stretching-hair-spray-out-towards-camera-isolated-olive-green-background_141793-137022.jpg" },
|
||||
{ id: "m2", name: "Julian Thorne", role: "Master Colorist", description: "Specializing in dimensional and natural color.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-posing-with-photo-tape-red-background_114579-60923.jpg" },
|
||||
{ id: "m3", name: "Clara Bennett", role: "Senior Stylist", description: "Precision cutting and texture refinement specialist.", imageSrc: "http://img.b2bpic.net/free-photo/confident-tilting-head-young-beautiful-female-barber-uniform-holding-comb-isolated-green-wall_141793-105666.jpg" }
|
||||
]}
|
||||
title="Meet Our Artisans"
|
||||
description="Our team of stylists brings decades of combined expertise to every chair."
|
||||
@@ -310,21 +150,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do I need an appointment?",
|
||||
content: "Yes, we prioritize quality time and encourage scheduling in advance.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Are your products organic?",
|
||||
content: "We use a blend of high-performance natural and luxury ingredients.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you offer consultations?",
|
||||
content: "Absolutely, consultations are included in all of our service sessions.",
|
||||
},
|
||||
{ id: "q1", title: "Do I need an appointment?", content: "Yes, we prioritize quality time and encourage scheduling in advance." },
|
||||
{ id: "q2", title: "Are your products organic?", content: "We use a blend of high-performance natural and luxury ingredients." },
|
||||
{ id: "q3", title: "Do you offer consultations?", content: "Absolutely, consultations are included in all of our service sessions." }
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Answers to your queries about our services, products, and salon policies."
|
||||
@@ -335,63 +163,20 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Visit Us"
|
||||
title="Ready to Transform Your Hair?"
|
||||
description="Schedule an appointment and begin your journey towards revitalized hair."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us Now",
|
||||
href: "mailto:hello@socialhair.com",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Contact Us Now", href: "mailto:hello@socialhair.com" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#faq",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Services", href: "#features" }] },
|
||||
{ title: "Support", items: [{ label: "FAQs", href: "#faq" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] }
|
||||
]}
|
||||
bottomLeftText="© 2024 SOCIAL HAIR COMPANY"
|
||||
bottomRightText="All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user