Merge version_1_1782046043638 into main
Merge version_1_1782046043638 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
|
||||
export default function Layout() {
|
||||
const navItems = [
|
||||
{
|
||||
"name": "Home",
|
||||
"href": "#hero"
|
||||
"name": "Home", "href": "#hero"
|
||||
},
|
||||
{
|
||||
"name": "Piercing",
|
||||
"href": "#piercing-expertise"
|
||||
"name": "Piercing", "href": "#piercing-expertise"
|
||||
},
|
||||
{
|
||||
"name": "Shop",
|
||||
"href": "#shop"
|
||||
"name": "Shop", "href": "#shop"
|
||||
},
|
||||
{
|
||||
"name": "Team",
|
||||
"href": "#team"
|
||||
"name": "Team", "href": "#team"
|
||||
},
|
||||
{
|
||||
"name": "Testimonials",
|
||||
"href": "#testimonials"
|
||||
"name": "Testimonials", "href": "#testimonials"
|
||||
},
|
||||
{
|
||||
"name": "Partners",
|
||||
"href": "#partners"
|
||||
"name": "Partners", "href": "#partners"
|
||||
},
|
||||
{
|
||||
"name": "Faq",
|
||||
"href": "#faq"
|
||||
"name": "Faq", "href": "#faq"
|
||||
}
|
||||
];
|
||||
|
||||
@@ -43,10 +36,9 @@ export default function Layout() {
|
||||
<SectionErrorBoundary name="navbar">
|
||||
<NavbarFloatingLogo
|
||||
logo="Accessorize Paddington Square"
|
||||
logoImageSrc="http://img.b2bpic.net/free-vector/illustration-boutique-shop-logo-stamp-banner_53876-6848.jpg"
|
||||
ctaButton={{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book Now", href: "#contact"}}
|
||||
navItems={navItems} />
|
||||
</SectionErrorBoundary>
|
||||
<main className="flex-grow">
|
||||
@@ -57,42 +49,28 @@ export default function Layout() {
|
||||
brand="Accessorize Paddington Square"
|
||||
columns={[
|
||||
{
|
||||
title: "Store",
|
||||
items: [
|
||||
title: "Store", items: [
|
||||
{
|
||||
label: "Location",
|
||||
href: "#",
|
||||
},
|
||||
label: "Location", href: "#"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#",
|
||||
},
|
||||
label: "Services", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyright="© 2024 Accessorize Paddington Square. All rights reserved."
|
||||
links={[
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "TikTok",
|
||||
href: "#",
|
||||
},
|
||||
label: "TikTok", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
|
||||
@@ -18,20 +18,14 @@ export default function HomePage() {
|
||||
title="Expert Ear Piercing & Fashion Accessories in Paddington"
|
||||
description="From beautifully pierced ears to curated jewellery and bags, our friendly team delivers painless procedures and personalized styling advice. Visit us at Paddington Square today."
|
||||
primaryButton={{
|
||||
text: "Book Your Piercing",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book Your Piercing", href: "#contact"}}
|
||||
secondaryButton={{
|
||||
text: "Shop Now",
|
||||
href: "#shop",
|
||||
}}
|
||||
text: "Shop Now", href: "#shop"}}
|
||||
items={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegance-blonde-girl-coat-store-fur-coats-leather-jackets_627829-8510.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegance-blonde-girl-coat-store-fur-coats-leather-jackets_627829-8510.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409258.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409258.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -42,9 +36,7 @@ export default function HomePage() {
|
||||
<AboutText
|
||||
title="Your Safety and Comfort are Our Priority"
|
||||
primaryButton={{
|
||||
text: "Learn More",
|
||||
href: "#faq",
|
||||
}}
|
||||
text: "Learn More", href: "#faq"}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
@@ -57,40 +49,19 @@ export default function HomePage() {
|
||||
description="Discover stylish earrings, bags, and luxury accessories tailored to your unique taste."
|
||||
items={[
|
||||
{
|
||||
title: "Golden Hoops",
|
||||
description: "Classic gold hoop earrings.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expensive-golden-ring-with-white-powder-background_23-2150347047.jpg",
|
||||
},
|
||||
title: "Golden Hoops", description: "Classic gold hoop earrings.", imageSrc: "http://img.b2bpic.net/free-photo/expensive-golden-ring-with-white-powder-background_23-2150347047.jpg"},
|
||||
{
|
||||
title: "Luxury Handbags",
|
||||
description: "Handcrafted premium handbags.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-s-day-still-life-with-makeup-jewelry_23-2149263165.jpg",
|
||||
},
|
||||
title: "Luxury Handbags", description: "Handcrafted premium handbags.", imageSrc: "http://img.b2bpic.net/free-photo/women-s-day-still-life-with-makeup-jewelry_23-2149263165.jpg"},
|
||||
{
|
||||
title: "Winter Essentials",
|
||||
description: "Stylish gloves for winter.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-showing-scarf_23-2147937064.jpg",
|
||||
},
|
||||
title: "Winter Essentials", description: "Stylish gloves for winter.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-showing-scarf_23-2147937064.jpg"},
|
||||
{
|
||||
title: "Fine Jewelry",
|
||||
description: "Delicate neckpieces.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409249.jpg",
|
||||
},
|
||||
title: "Fine Jewelry", description: "Delicate neckpieces.", imageSrc: "http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409249.jpg"},
|
||||
{
|
||||
title: "Sunglasses",
|
||||
description: "Trendy eyewear collection.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seductive-woman-stylish-casual-outfit-posing-with-black-leather-luxury-bag_273443-242.jpg",
|
||||
},
|
||||
title: "Sunglasses", description: "Trendy eyewear collection.", imageSrc: "http://img.b2bpic.net/free-photo/seductive-woman-stylish-casual-outfit-posing-with-black-leather-luxury-bag_273443-242.jpg"},
|
||||
{
|
||||
title: "Hair Accessories",
|
||||
description: "Chic hair adornments.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-clothes-accessories-suitcase_23-2149064271.jpg",
|
||||
},
|
||||
title: "Hair Accessories", description: "Chic hair adornments.", imageSrc: "http://img.b2bpic.net/free-photo/composition-clothes-accessories-suitcase_23-2149064271.jpg"},
|
||||
{
|
||||
title: "Gift Sets",
|
||||
description: "Perfect presents for loved ones.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-mystery-box-concept_23-2149516443.jpg",
|
||||
},
|
||||
title: "Gift Sets", description: "Perfect presents for loved ones.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-mystery-box-concept_23-2149516443.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -104,23 +75,12 @@ export default function HomePage() {
|
||||
description="Our friendly staff ensures a painless and professional experience every visit."
|
||||
groups={[
|
||||
{
|
||||
title: "Piercing Practitioners",
|
||||
members: [
|
||||
title: "Piercing Practitioners", members: [
|
||||
{
|
||||
name: "Harpreet",
|
||||
role: "Senior Piercer",
|
||||
detail: "Certified professional with 10+ years experience in sterile technique.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-barista-standing-inside-coffee-counter_93675-134691.jpg",
|
||||
},
|
||||
name: "Harpreet", role: "Senior Piercer", detail: "Certified professional with 10+ years experience in sterile technique.", imageSrc: "http://img.b2bpic.net/free-photo/young-female-barista-standing-inside-coffee-counter_93675-134691.jpg"},
|
||||
{
|
||||
name: "Katy",
|
||||
role: "Lead Piercer",
|
||||
detail: "Expert in styling and personalized anatomical placement.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/customer-shop-assistant-meeting-fashion-store-sitting-together-using-tablet-discussing-clothes-purchases-consumerism-shopping-concept_74855-11657.jpg",
|
||||
},
|
||||
name: "Katy", role: "Lead Piercer", detail: "Expert in styling and personalized anatomical placement.", imageSrc: "http://img.b2bpic.net/free-photo/customer-shop-assistant-meeting-fashion-store-sitting-together-using-tablet-discussing-clothes-purchases-consumerism-shopping-concept_74855-11657.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expensive-golden-ring-displayed-white-coral-background_23-2150347051.jpg",
|
||||
imageAlt: "professional friendly retail employee",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -135,40 +95,20 @@ export default function HomePage() {
|
||||
description="With over 25 glowing reviews, we take pride in our service."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah J.",
|
||||
role: "Customer",
|
||||
company: "London Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing_176474-99837.jpg",
|
||||
},
|
||||
name: "Sarah J.", role: "Customer", company: "London Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing_176474-99837.jpg"},
|
||||
{
|
||||
name: "Michael R.",
|
||||
role: "Customer",
|
||||
company: "Paddington Square",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg",
|
||||
},
|
||||
name: "Michael R.", role: "Customer", company: "Paddington Square", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg"},
|
||||
{
|
||||
name: "Emily K.",
|
||||
role: "Customer",
|
||||
company: "London Business",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-emotions-lifestyle-concept-close-up-portrait-beautiful-joyful-dark-haired-caucasian-woman-black-shirt-smiling-with-teeth-looking-camera-with-happy-relaxed-expression-holding_176420-5564.jpg",
|
||||
},
|
||||
name: "Emily K.", role: "Customer", company: "London Business", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-emotions-lifestyle-concept-close-up-portrait-beautiful-joyful-dark-haired-caucasian-woman-black-shirt-smiling-with-teeth-looking-camera-with-happy-relaxed-expression-holding_176420-5564.jpg"},
|
||||
{
|
||||
name: "David L.",
|
||||
role: "Customer",
|
||||
company: "Paddington Regular",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-beautiful-girl-smiling-winking-showing-tongue_176420-9434.jpg",
|
||||
},
|
||||
name: "David L.", role: "Customer", company: "Paddington Regular", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-beautiful-girl-smiling-winking-showing-tongue_176420-9434.jpg"},
|
||||
{
|
||||
name: "Jessica B.",
|
||||
role: "Customer",
|
||||
company: "Local Patron",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg",
|
||||
},
|
||||
name: "Jessica B.", role: "Customer", company: "Local Patron", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -179,15 +119,9 @@ export default function HomePage() {
|
||||
<SocialProofMarquee
|
||||
tag="As Featured In & Partner Brands"
|
||||
title="Trusted Quality Brands"
|
||||
description="Our partners who share our commitment to style."
|
||||
names={[
|
||||
"Fashion Weekly",
|
||||
"London Style",
|
||||
"Paddington Monthly",
|
||||
"Trend Reports",
|
||||
"Jewel Gazette",
|
||||
"Modern Boutique",
|
||||
"Accessory Review",
|
||||
]}
|
||||
"Fashion Weekly", "London Style", "Paddington Monthly", "Trend Reports", "Jewel Gazette", "Modern Boutique", "Accessory Review"]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
@@ -200,17 +134,11 @@ export default function HomePage() {
|
||||
description="Everything you need to know about your next piercing."
|
||||
items={[
|
||||
{
|
||||
question: "Is the piercing painless?",
|
||||
answer: "We use modern, sterile equipment designed to make the process as pain-free as possible.",
|
||||
},
|
||||
question: "Is the piercing painless?", answer: "We use modern, sterile equipment designed to make the process as pain-free as possible."},
|
||||
{
|
||||
question: "How long does healing take?",
|
||||
answer: "Healing times vary by piercing type but usually range from 6 to 12 weeks.",
|
||||
},
|
||||
question: "How long does healing take?", answer: "Healing times vary by piercing type but usually range from 6 to 12 weeks."},
|
||||
{
|
||||
question: "Do I need an appointment?",
|
||||
answer: "Appointments are recommended to ensure availability, especially for Harpreet or Katy.",
|
||||
},
|
||||
question: "Do I need an appointment?", answer: "Appointments are recommended to ensure availability, especially for Harpreet or Katy."},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -222,13 +150,9 @@ export default function HomePage() {
|
||||
tag="Visit Us"
|
||||
text="Ready to accessorize or book a piercing? Find us at Paddington Square."
|
||||
primaryButton={{
|
||||
text: "Book Now",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Book Now", href: "#"}}
|
||||
secondaryButton={{
|
||||
text: "Contact Us",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Contact Us", href: "#"}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user