diff --git a/src/app/page.tsx b/src/app/page.tsx
index 5efa250..03b6879 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,35 +31,17 @@ export default function LandingPage() {
@@ -68,15 +50,12 @@ export default function LandingPage() {
@@ -102,32 +79,21 @@ export default function LandingPage() {
@@ -151,35 +115,18 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "1",
- name: "Afro Curl Enhancer",
- price: "$28.00",
- imageSrc: "http://img.b2bpic.net/free-photo/still-life-beauty-products-based-regenerative-agriculture_23-2150721455.jpg?_wi=2",
- imageAlt: "Hair curl enhancer product",
- },
+ id: "1", name: "Afro Curl Enhancer", price: "$28.00", imageSrc: "http://img.b2bpic.net/free-photo/still-life-beauty-products-based-regenerative-agriculture_23-2150721455.jpg", imageAlt: "Hair curl enhancer product"},
{
- id: "2",
- name: "Luxury Braiding Gel",
- price: "$22.00",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-with-curly-hair_23-2151317385.jpg?_wi=2",
- imageAlt: "Luxury braiding gel product",
- },
+ id: "2", name: "Luxury Braiding Gel", price: "$22.00", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-with-curly-hair_23-2151317385.jpg", imageAlt: "Luxury braiding gel product"},
{
- id: "3",
- name: "Sleek Edge Control",
- price: "$18.00",
- imageSrc: "http://img.b2bpic.net/free-photo/still-life-beauty-products-based-regenerative-agriculture_23-2150721381.jpg",
- imageAlt: "Sleek edge control product",
- },
+ id: "3", name: "Sleek Edge Control", price: "$18.00", imageSrc: "http://img.b2bpic.net/free-photo/still-life-beauty-products-based-regenerative-agriculture_23-2150721381.jpg", imageAlt: "Sleek edge control product"},
]}
title="Maintain Your Radiance with Our Handpicked Products"
description="Our second-floor beauty supply shop offers a carefully curated selection of premium hair care products and styling essentials. Extend the life of your braids and nurture your natural hair with the best in beauty."
tag="Shop Our Collection"
buttons={[
{
- text: "Visit Our Shop",
- href: "#contact",
- },
+ text: "Visit Our Shop", href: "#contact"},
]}
/>
@@ -189,29 +136,13 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Sarah J.",
- imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-sitting-chair-stylish-green-leopard-printed-dress-isolated-green-studio-wall_285396-9949.jpg",
- imageAlt: "Client Sarah J.",
- },
+ id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-sitting-chair-stylish-green-leopard-printed-dress-isolated-green-studio-wall_285396-9949.jpg", imageAlt: "Client Sarah J."},
{
- id: "2",
- name: "Nia R.",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands-d_1258-123449.jpg",
- imageAlt: "Client Nia R.",
- },
+ id: "2", name: "Nia R.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands-d_1258-123449.jpg", imageAlt: "Client Nia R."},
{
- id: "3",
- name: "Maya S.",
- imageSrc: "http://img.b2bpic.net/free-photo/girl-friends-celebration-moments_23-2149168072.jpg",
- imageAlt: "Client Maya S.",
- },
+ id: "3", name: "Maya S.", imageSrc: "http://img.b2bpic.net/free-photo/girl-friends-celebration-moments_23-2149168072.jpg", imageAlt: "Client Maya S."},
{
- id: "4",
- name: "Chloe D.",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-asian-model-girl-with-braided-hairstyle_158595-3609.jpg",
- imageAlt: "Client Chloe D.",
- },
+ id: "4", name: "Chloe D.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-asian-model-girl-with-braided-hairstyle_158595-3609.jpg", imageAlt: "Client Chloe D."},
]}
cardTitle="What Our Clients Say About Us"
cardTag="Rave Reviews"
@@ -225,27 +156,16 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "1",
- title: "What are your hours of operation?",
- content: "We are open Tuesday through Saturday, 10 AM - 7 PM. Sundays and Mondays are by appointment only.",
- },
+ id: "1", title: "What are your hours of operation?", content: "We are open Tuesday through Saturday, 10 AM - 7 PM. Sundays and Mondays are by appointment only."},
{
- id: "2",
- title: "Do you offer consultations?",
- content: "Yes, we offer complimentary consultations to discuss your desired style, hair health, and provide a personalized quote. Please book online.",
- },
+ id: "2", title: "Do you offer consultations?", content: "Yes, we offer complimentary consultations to discuss your desired style, hair health, and provide a personalized quote. Please book online."},
{
- id: "3",
- title: "What payment methods do you accept?",
- content: "We accept all major credit cards, Apple Pay, and Google Pay. Cash payments are also welcome.",
- },
+ id: "3", title: "What payment methods do you accept?", content: "We accept all major credit cards, Apple Pay, and Google Pay. Cash payments are also welcome."},
]}
ctaTitle="Ready for Your Afro Vibes Transformation?"
ctaDescription="Book your appointment with our expert stylists today and step into a world of luxury hair care and stunning braids. Connect with us for a consultation."
ctaButton={{
- text: "Book Now",
- href: "#contact",
- }}
+ text: "Book Now", href: "#contact"}}
ctaIcon={Calendar}
/>
@@ -254,50 +174,31 @@ export default function LandingPage() {