diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index eef7cbb..769e59a 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -25,28 +25,14 @@ export default function LandingPage() {
@@ -54,7 +40,6 @@ export default function LandingPage() {
@@ -68,17 +53,9 @@ export default function LandingPage() {
description="Meet the experts behind your device restoration."
members={[
{
- id: "t1",
- name: "John Doe",
- role: "Lead Technician",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-businessman-with-his-arms-crossed_23-2148176206.jpg?_wi=3",
- },
+ id: "t1", name: "John Doe", role: "Lead Technician", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-businessman-with-his-arms-crossed_23-2148176206.jpg"},
{
- id: "t2",
- name: "Jane Smith",
- role: "Customer Care",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg?_wi=3",
- },
+ id: "t2", name: "Jane Smith", role: "Customer Care", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg"},
]}
/>
@@ -88,39 +65,19 @@ export default function LandingPage() {
logoText="Phonez Studio"
columns={[
{
- title: "Services",
- items: [
- {
- label: "Screen Repairs",
- href: "/services",
- },
- {
- label: "Battery Replacement",
- href: "/services",
- },
+ title: "Services", items: [
+ { label: "Screen Repairs", href: "/services" },
+ { label: "Battery Replacement", href: "/services" },
],
},
{
- title: "Company",
- items: [
- {
- label: "About Us",
- href: "/about",
- },
- {
- label: "Contact",
- href: "/contact",
- },
+ title: "Company", items: [
+ { label: "About Us", href: "/about" },
+ { label: "Contact", href: "/contact" },
],
},
{
- title: "Legal",
- items: [
- {
- label: "Privacy Policy",
- href: "#",
- },
- ],
+ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }],
},
]}
copyrightText="© 2025 Phonez Studio. All rights reserved."
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 154485a..a59c555 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -25,28 +25,14 @@ export default function LandingPage() {
@@ -54,20 +40,15 @@ export default function LandingPage() {
@@ -76,16 +57,13 @@ export default function LandingPage() {
@@ -98,15 +76,9 @@ export default function LandingPage() {
description="Find our store easily."
faqs={[
{
- id: "c1",
- title: "Where are you located?",
- content: "148 Brisbane St, Launceston.",
- },
+ id: "c1", title: "Where are you located?", content: "148 Brisbane St, Launceston."},
{
- id: "c2",
- title: "What are your hours?",
- content: "Mon-Fri: 9am-5pm, Sat: 10am-2pm.",
- },
+ id: "c2", title: "What are your hours?", content: "Mon-Fri: 9am-5pm, Sat: 10am-2pm."},
]}
faqsAnimation="blur-reveal"
/>
@@ -117,39 +89,19 @@ export default function LandingPage() {
logoText="Phonez Studio"
columns={[
{
- title: "Services",
- items: [
- {
- label: "Screen Repairs",
- href: "/services",
- },
- {
- label: "Battery Replacement",
- href: "/services",
- },
+ title: "Services", items: [
+ { label: "Screen Repairs", href: "/services" },
+ { label: "Battery Replacement", href: "/services" },
],
},
{
- title: "Company",
- items: [
- {
- label: "About Us",
- href: "/about",
- },
- {
- label: "Contact",
- href: "/contact",
- },
+ title: "Company", items: [
+ { label: "About Us", href: "/about" },
+ { label: "Contact", href: "/contact" },
],
},
{
- title: "Legal",
- items: [
- {
- label: "Privacy Policy",
- href: "#",
- },
- ],
+ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }],
},
]}
copyrightText="© 2025 Phonez Studio. All rights reserved."
diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx
index 0c195f6..7b16a6f 100644
--- a/src/app/services/page.tsx
+++ b/src/app/services/page.tsx
@@ -6,6 +6,7 @@ import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
+import { Smartphone, BatteryCharging, PlugZap, Tablet } from 'lucide-react';
export default function LandingPage() {
return (
@@ -25,28 +26,14 @@ export default function LandingPage() {
@@ -56,33 +43,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Screen Replacement",
- description: "High-quality display replacement for all smartphone models.",
- buttonIcon: "Smartphone",
- imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-woman-posing_344912-876.jpg?_wi=1",
- imageAlt: "customer holding restored tablet",
- },
+ title: "Screen Replacement", description: "High-quality display replacement for all smartphone models.", buttonIcon: Smartphone,
+ imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-woman-posing_344912-876.jpg", imageAlt: "customer holding restored tablet"},
{
- title: "Battery Issues",
- description: "Restore your phone's battery life with reliable replacements.",
- buttonIcon: "BatteryCharging",
- imageSrc: "http://img.b2bpic.net/free-photo/man-is-prepares-smartphone-restoration-fixing-electronic-device-service-works_346278-1790.jpg?_wi=3",
- imageAlt: "phone repair shop professional tools",
- },
+ title: "Battery Issues", description: "Restore your phone's battery life with reliable replacements.", buttonIcon: BatteryCharging,
+ imageSrc: "http://img.b2bpic.net/free-photo/man-is-prepares-smartphone-restoration-fixing-electronic-device-service-works_346278-1790.jpg", imageAlt: "phone repair shop professional tools"},
{
- title: "Charging Port Fix",
- description: "Don't let a bad port stop your device from charging.",
- buttonIcon: "PlugZap",
- imageSrc: "http://img.b2bpic.net/free-photo/young-male-holding-mobile-phone-t-shirt-cap-looking-blissful_176474-47949.jpg?_wi=2",
- imageAlt: "happy customer holding repaired phone",
- },
+ title: "Charging Port Fix", description: "Don't let a bad port stop your device from charging.", buttonIcon: PlugZap,
+ imageSrc: "http://img.b2bpic.net/free-photo/young-male-holding-mobile-phone-t-shirt-cap-looking-blissful_176474-47949.jpg", imageAlt: "happy customer holding repaired phone"},
{
- title: "iPad & Tablet Repair",
- description: "Expert repairs for your tablets and other mobile devices.",
- buttonIcon: "Tablet",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg?_wi=2",
- imageAlt: "smiling woman with fixed phone",
- },
+ title: "iPad & Tablet Repair", description: "Expert repairs for your tablets and other mobile devices.", buttonIcon: Tablet,
+ imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg", imageAlt: "smiling woman with fixed phone"},
]}
title="Our Expert Repair Services"
description="From cracked screens to battery issues, we handle it all with care."
@@ -97,33 +68,17 @@ export default function LandingPage() {
description="From cracked screens to battery issues, we handle it all."
features={[
{
- title: "Screen Replacement",
- description: "High-quality display repair.",
- buttonIcon: "Smartphone",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-businessman-with-his-arms-crossed_23-2148176206.jpg?_wi=2",
- imageAlt: "happy repair customer smiling",
- },
+ title: "Screen Replacement", description: "High-quality display repair.", buttonIcon: Smartphone,
+ imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-businessman-with-his-arms-crossed_23-2148176206.jpg", imageAlt: "happy repair customer smiling"},
{
- title: "Battery Swap",
- description: "Fresh power for your phone.",
- buttonIcon: "BatteryCharging",
- imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-handsome-man-looking-camera-showing-mobile-phone-camera-showing-thumb-up-yellow-background_141793-131044.jpg?_wi=2",
- imageAlt: "student happy with device repair",
- },
+ title: "Battery Swap", description: "Fresh power for your phone.", buttonIcon: BatteryCharging,
+ imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-handsome-man-looking-camera-showing-mobile-phone-camera-showing-thumb-up-yellow-background_141793-131044.jpg", imageAlt: "student happy with device repair"},
{
- title: "Charging Port",
- description: "Solve connection issues.",
- buttonIcon: "PlugZap",
- imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-woman-posing_344912-876.jpg?_wi=2",
- imageAlt: "customer holding restored tablet",
- },
+ title: "Charging Port", description: "Solve connection issues.", buttonIcon: PlugZap,
+ imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-woman-posing_344912-876.jpg", imageAlt: "customer holding restored tablet"},
{
- title: "iPad Repair",
- description: "Expert tablet care.",
- buttonIcon: "Tablet",
- imageSrc: "http://img.b2bpic.net/free-photo/man-is-prepares-smartphone-restoration-fixing-electronic-device-service-works_346278-1790.jpg?_wi=4",
- imageAlt: "phone repair shop professional tools",
- },
+ title: "iPad Repair", description: "Expert tablet care.", buttonIcon: Tablet,
+ imageSrc: "http://img.b2bpic.net/free-photo/man-is-prepares-smartphone-restoration-fixing-electronic-device-service-works_346278-1790.jpg", imageAlt: "phone repair shop professional tools"},
]}
/>
@@ -136,15 +91,9 @@ export default function LandingPage() {
description="Know what to expect."
faqs={[
{
- id: "s1",
- title: "Do you repair Android?",
- content: "Yes, we repair most major Android brands.",
- },
+ id: "s1", title: "Do you repair Android?", content: "Yes, we repair most major Android brands."},
{
- id: "s2",
- title: "What payment methods do you accept?",
- content: "Card and cash are both accepted.",
- },
+ id: "s2", title: "What payment methods do you accept?", content: "Card and cash are both accepted."},
]}
faqsAnimation="opacity"
/>
@@ -155,39 +104,19 @@ export default function LandingPage() {
logoText="Phonez Studio"
columns={[
{
- title: "Services",
- items: [
- {
- label: "Screen Repairs",
- href: "/services",
- },
- {
- label: "Battery Replacement",
- href: "/services",
- },
+ title: "Services", items: [
+ { label: "Screen Repairs", href: "/services" },
+ { label: "Battery Replacement", href: "/services" },
],
},
{
- title: "Company",
- items: [
- {
- label: "About Us",
- href: "/about",
- },
- {
- label: "Contact",
- href: "/contact",
- },
+ title: "Company", items: [
+ { label: "About Us", href: "/about" },
+ { label: "Contact", href: "/contact" },
],
},
{
- title: "Legal",
- items: [
- {
- label: "Privacy Policy",
- href: "#",
- },
- ],
+ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }],
},
]}
copyrightText="© 2025 Phonez Studio. All rights reserved."