diff --git a/src/app/page.tsx b/src/app/page.tsx index 92bc470..8a8b63b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,50 +30,33 @@ export default function LandingPage() {
@@ -144,37 +104,17 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Isabella Chen", - role: "Fashion Designer", - company: "Chic Threads", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-natural-pretty-woman-with-curly-hairstyle_285396-4322.jpg", - }, + id: "1", name: "Isabella Chen", role: "Fashion Designer", company: "Chic Threads", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-natural-pretty-woman-with-curly-hairstyle_285396-4322.jpg"}, { - id: "2", - name: "Marcus Thorne", - role: "Luxury Brand Consultant", - company: "Elysium Group", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-employee-happy-be-back-work_23-2148727616.jpg", - }, + id: "2", name: "Marcus Thorne", role: "Luxury Brand Consultant", company: "Elysium Group", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-employee-happy-be-back-work_23-2148727616.jpg"}, { - id: "3", - name: "Sophia Rodriguez", - role: "Beauty Editor", - company: "Glow Magazine", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/nervous-hesitant-attractive-worried-blond-woman-cringing-frowning-clench-teeth-pointing-seek_1258-134470.jpg", - }, + id: "3", name: "Sophia Rodriguez", role: "Beauty Editor", company: "Glow Magazine", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/nervous-hesitant-attractive-worried-blond-woman-cringing-frowning-clench-teeth-pointing-seek_1258-134470.jpg"}, { - id: "4", - name: "Julian Vance", - role: "Entrepreneur", - company: "Innovate Ventures", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3267.jpg", - }, + id: "4", name: "Julian Vance", role: "Entrepreneur", company: "Innovate Ventures", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3267.jpg"}, ]} title="What Our Clients Say" description="Hear from those who have embraced their signature scent with Essence Aura. Their experiences, their stories, their glowing reviews." @@ -186,34 +126,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} logos={[ - { - src: "http://img.b2bpic.net/free-vector/logo-templates-collection_1142-471.jpg", - alt: "Luxury Brand Logo 1", - }, - { - src: "http://img.b2bpic.net/free-vector/elegant-minimalist-luxury-fashion-blog-logo-template_742173-17128.jpg", - alt: "Beauty Company Logo 2", - }, - { - src: "http://img.b2bpic.net/free-vector/set-flat-design-e-commerce-logos_23-2148944186.jpg", - alt: "Fragrance Retailer Logo 3", - }, - { - src: "http://img.b2bpic.net/free-vector/geometric-hotel-logos-vintage-style_23-2147534191.jpg", - alt: "Fashion House Logo 4", - }, - { - src: "http://img.b2bpic.net/free-vector/nutrition-logo-design-template_742173-29615.jpg", - alt: "Luxury Lifestyle Logo 5", - }, - { - src: "http://img.b2bpic.net/free-vector/elegant-pack-vintage-logo-templates_23-2147846138.jpg", - alt: "Design Atelier Logo 6", - }, - { - src: "http://img.b2bpic.net/free-vector/wedding-logo-template-design_23-2150206294.jpg", - alt: "Art Gallery Logo 7", - }, + "http://img.b2bpic.net/free-vector/logo-templates-collection_1142-471.jpg", "http://img.b2bpic.net/free-vector/elegant-minimalist-luxury-fashion-blog-logo-template_742173-17128.jpg", "http://img.b2bpic.net/free-vector/set-flat-design-e-commerce-logos_23-2148944186.jpg", "http://img.b2bpic.net/free-vector/geometric-hotel-logos-vintage-style_23-2147534191.jpg", "http://img.b2bpic.net/free-vector/nutrition-logo-design-template_742173-29615.jpg", "http://img.b2bpic.net/free-vector/elegant-pack-vintage-logo-templates_23-2147846138.jpg", "http://img.b2bpic.net/free-vector/wedding-logo-template-design_23-2150206294.jpg" ]} title="Trusted by Leading Names" description="Our exquisite fragrances are celebrated and favored by top stylists, luxury retailers, and discerning connoisseurs worldwide." @@ -227,22 +140,14 @@ export default function LandingPage() { description="Have a question about our scents or need assistance with your order? Reach out to us, and our dedicated team will be delighted to help." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, + name: "email", type: "email", placeholder: "Your Email", required: true, }, ]} textarea={{ - name: "message", - placeholder: "Your Message", - rows: 5, + name: "message", placeholder: "Your Message", rows: 5, required: true, }} imageSrc="http://img.b2bpic.net/free-photo/abstract-wallpaper-background-design-dark-design_53876-133385.jpg" @@ -256,62 +161,37 @@ export default function LandingPage() {