diff --git a/src/app/page.tsx b/src/app/page.tsx
index 60b57b0..df4cb0c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
-import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
+import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
@@ -31,21 +31,13 @@ export default function LandingPage() {
@@ -57,39 +49,23 @@ export default function LandingPage() {
description="Expert repairs for cellphones, computers, and PlayStation consoles. Sales of the latest electronics with flexible payment plans."
buttons={[
{
- text: "View Our Services",
- href: "#features",
- },
+ text: "View Our Services", href: "#features"},
{
- text: "Contact Us",
- href: "#contact",
- },
+ text: "Contact Us", href: "#contact"},
]}
slides={[
{
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-circuit-board-repair_23-2148419136.jpg",
- imageAlt: "Tech services",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/top-view-circuit-board-repair_23-2148419136.jpg", imageAlt: "Tech services"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/professional-opens-topcase-small-personal-computer-before-upgraiding-memory-wide-angle-view_346278-1212.jpg",
- imageAlt: "Tech services",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/professional-opens-topcase-small-personal-computer-before-upgraiding-memory-wide-angle-view_346278-1212.jpg", imageAlt: "Tech services"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-old-device-desk_23-2150756336.jpg",
- imageAlt: "Tech services",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/top-view-old-device-desk_23-2150756336.jpg", imageAlt: "Tech services"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-repairing-computer-chips_23-2150880964.jpg",
- imageAlt: "Tech services",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-repairing-computer-chips_23-2150880964.jpg", imageAlt: "Tech services"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/man-is-prepares-smartphone-restoration-fixing-electronic-device-service-works_346278-1790.jpg",
- imageAlt: "Tech services",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/man-is-prepares-smartphone-restoration-fixing-electronic-device-service-works_346278-1790.jpg", imageAlt: "Tech services"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/music-aesthetic-recording-studio-laptop-audio-interface-hd-image_53876-133527.jpg",
- imageAlt: "Tech services",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/music-aesthetic-recording-studio-laptop-audio-interface-hd-image_53876-133527.jpg", imageAlt: "Tech services"},
]}
/>
@@ -102,23 +78,11 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- title: "Expert Repair",
- description: "Professional repair for smartphones, laptops, and game consoles.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-view-master-uses-pincher-tool-remove-sim-card-slot-from-smart-phone-while-disassembling-it_346278-1186.jpg",
- imageAlt: "Repair service",
- },
+ title: "Expert Repair", description: "Professional repair for smartphones, laptops, and game consoles.", imageSrc: "http://img.b2bpic.net/free-photo/close-view-master-uses-pincher-tool-remove-sim-card-slot-from-smart-phone-while-disassembling-it_346278-1186.jpg", imageAlt: "Repair service"},
{
- title: "Flexible Payments",
- description: "Get the electronics you need with our easy payment plans.",
- imageSrc: "http://img.b2bpic.net/free-photo/disinfecting-smartphone-using-surgical-gloves_23-2148561095.jpg",
- imageAlt: "Payment plans",
- },
+ title: "Flexible Payments", description: "Get the electronics you need with our easy payment plans.", imageSrc: "http://img.b2bpic.net/free-photo/disinfecting-smartphone-using-surgical-gloves_23-2148561095.jpg", imageAlt: "Payment plans"},
{
- title: "Quality Sales",
- description: "Browse our selection of top-tier refurbished and new electronics.",
- imageSrc: "http://img.b2bpic.net/free-photo/picture-joyful-electronic-engineer-holding-smartphone-plug-having-cords-electronic-equipment-tools-neck-smiling-sincerely_176532-10164.jpg",
- imageAlt: "Electronics sales",
- },
+ title: "Quality Sales", description: "Browse our selection of top-tier refurbished and new electronics.", imageSrc: "http://img.b2bpic.net/free-photo/picture-joyful-electronic-engineer-holding-smartphone-plug-having-cords-electronic-equipment-tools-neck-smiling-sincerely_176532-10164.jpg", imageAlt: "Electronics sales"},
]}
title="Comprehensive Tech Solutions"
description="Whether you need a quick repair or a device upgrade, we have you covered."
@@ -132,34 +96,16 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
- id: "m1",
- value: "1500+",
- title: "Devices Repaired",
- items: [
- "Smartphones",
- "Computers",
- "Consoles",
- ],
+ id: "m1", value: "1500+", title: "Devices Repaired", items: [
+ "Smartphones", "Computers", "Consoles"],
},
{
- id: "m2",
- value: "98%",
- title: "Customer Satisfaction",
- items: [
- "Reliable",
- "Fast",
- "Transparent",
- ],
+ id: "m2", value: "98%", title: "Customer Satisfaction", items: [
+ "Reliable", "Fast", "Transparent"],
},
{
- id: "m3",
- value: "500+",
- title: "Devices Sold",
- items: [
- "New",
- "Used",
- "Refurbished",
- ],
+ id: "m3", value: "500+", title: "Devices Sold", items: [
+ "New", "Used", "Refurbished"],
},
]}
title="Reliable Service Metrics"
@@ -175,41 +121,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "p1",
- name: "Smartphone Pro",
- price: "$799",
- imageSrc: "http://img.b2bpic.net/free-photo/tablet-smartphone-with-blank-frame_23-2148036948.jpg",
- },
+ id: "p1", name: "Smartphone Pro", price: "$799", imageSrc: "http://img.b2bpic.net/free-photo/tablet-smartphone-with-blank-frame_23-2148036948.jpg"},
{
- id: "p2",
- name: "Gaming Laptop",
- price: "$1200",
- imageSrc: "http://img.b2bpic.net/free-photo/ordinary-life-scene-from-mall-america_23-2151564196.jpg",
- },
+ id: "p2", name: "Gaming Laptop", price: "$1200", imageSrc: "http://img.b2bpic.net/free-photo/ordinary-life-scene-from-mall-america_23-2151564196.jpg"},
{
- id: "p3",
- name: "PlayStation 5",
- price: "$499",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-choosing-earphones-store_1303-31280.jpg",
- },
+ id: "p3", name: "PlayStation 5", price: "$499", imageSrc: "http://img.b2bpic.net/free-photo/woman-choosing-earphones-store_1303-31280.jpg"},
{
- id: "p4",
- name: "Tablet Ultra",
- price: "$550",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-buying-wireless-vacuum-cleaner-store_1303-31304.jpg",
- },
+ id: "p4", name: "Tablet Ultra", price: "$550", imageSrc: "http://img.b2bpic.net/free-photo/woman-buying-wireless-vacuum-cleaner-store_1303-31304.jpg"},
{
- id: "p5",
- name: "Desktop PC",
- price: "$1500",
- imageSrc: "http://img.b2bpic.net/free-photo/seller-man-mobile-phone-professional-consultant-tech-store-shop_627829-4977.jpg",
- },
+ id: "p5", name: "Desktop PC", price: "$1500", imageSrc: "http://img.b2bpic.net/free-photo/seller-man-mobile-phone-professional-consultant-tech-store-shop_627829-4977.jpg"},
{
- id: "p6",
- name: "Console Bundle",
- price: "$600",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-with-headphones_23-2150082941.jpg",
- },
+ id: "p6", name: "Console Bundle", price: "$600", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-with-headphones_23-2150082941.jpg"},
]}
title="Latest Electronics & Gadgets"
description="High-quality products available at competitive prices."
@@ -223,59 +145,28 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Sarah J.",
- role: "User",
- company: "Local Client",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-addicted-shopping_1098-1134.jpg",
- },
+ id: "1", name: "Sarah J.", role: "User", company: "Local Client", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-addicted-shopping_1098-1134.jpg"},
{
- id: "2",
- name: "Michael R.",
- role: "Gamer",
- company: "Local Client",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-adults-with-social-media-addiction_23-2149324627.jpg",
- },
+ id: "2", name: "Michael R.", role: "Gamer", company: "Local Client", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/young-adults-with-social-media-addiction_23-2149324627.jpg"},
{
- id: "3",
- name: "Emily P.",
- role: "Student",
- company: "Local Client",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/romantic-asian-couple-looking-something-special-seafood-chainese-market-they-are-curious-joyful_613910-20884.jpg",
- },
+ id: "3", name: "Emily P.", role: "Student", company: "Local Client", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/romantic-asian-couple-looking-something-special-seafood-chainese-market-they-are-curious-joyful_613910-20884.jpg"},
{
- id: "4",
- name: "David T.",
- role: "Employee",
- company: "Local Client",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-girls-electronics-shop-testing-phones-shop-window-concept-buying-gadgets_78826-3137.jpg",
- },
+ id: "4", name: "David T.", role: "Employee", company: "Local Client", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-girls-electronics-shop-testing-phones-shop-window-concept-buying-gadgets_78826-3137.jpg"},
{
- id: "5",
- name: "Laura M.",
- role: "User",
- company: "Local Client",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-holding-shopping-bags-cup-coffee_23-2148728596.jpg",
- },
+ id: "5", name: "Laura M.", role: "User", company: "Local Client", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-holding-shopping-bags-cup-coffee_23-2148728596.jpg"},
]}
kpiItems={[
{
- value: "100%",
- label: "Genuine Parts",
- },
+ value: "100%", label: "Genuine Parts"},
{
- value: "24h",
- label: "Fast Repair",
- },
+ value: "24h", label: "Fast Repair"},
{
- value: "Lifetime",
- label: "Friendly Support",
- },
+ value: "Lifetime", label: "Friendly Support"},
]}
title="Trusted by Our Community"
description="Here is what our happy customers have to say about our services."
@@ -288,20 +179,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "f1",
- title: "Do you offer warranties?",
- content: "Yes, we offer warranties on all our repairs and sold devices.",
- },
+ id: "f1", title: "Do you offer warranties?", content: "Yes, we offer warranties on all our repairs and sold devices."},
{
- id: "f2",
- title: "Can I pay in installments?",
- content: "Absolutely, we provide flexible payment plans for both repairs and products.",
- },
+ id: "f2", title: "Can I pay in installments?", content: "Absolutely, we provide flexible payment plans for both repairs and products."},
{
- id: "f3",
- title: "How long does a repair take?",
- content: "Most repairs are completed within 24 to 48 hours depending on parts availability.",
- },
+ id: "f3", title: "How long does a repair take?", content: "Most repairs are completed within 24 to 48 hours depending on parts availability."},
]}
title="Frequently Asked Questions"
description="Answers to the most common questions about our repair and sales services."
@@ -316,38 +198,45 @@ export default function LandingPage() {
description="Visit us or contact our team for any repair or product inquiry."
inputs={[
{
- name: "name",
- type: "text",
- placeholder: "Your Name",
- },
+ name: "name", type: "text", placeholder: "Your Name"},
{
- name: "email",
- type: "email",
- placeholder: "Your Email",
- },
+ name: "email", type: "email", placeholder: "Your Email"},
]}
textarea={{
- name: "message",
- placeholder: "How can we help?",
- }}
+ name: "message", placeholder: "How can we help?"}}
imageSrc="http://img.b2bpic.net/free-photo/young-businesswoman-holding-disposable-coffee-cup-using-mobile-phone_23-2147972935.jpg"
/>
);
-}
+}
\ No newline at end of file