Merge version_1 into main #2
@@ -25,28 +25,14 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Phonez Studio"
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:0436365905",
|
||||
}}
|
||||
text: "Call Now", href: "tel:0436365905"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -54,7 +40,6 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Built on Trust, Delivered with Excellence."
|
||||
description="Phonez Studio started as a small local passion project and has grown into Launceston's most trusted repair hub. Our technicians are highly trained to ensure every device leaves our shop in peak condition."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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."
|
||||
|
||||
@@ -25,28 +25,14 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Phonez Studio"
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:0436365905",
|
||||
}}
|
||||
text: "Call Now", href: "tel:0436365905"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -54,20 +40,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "glowing-orb",
|
||||
}}
|
||||
variant: "glowing-orb"}}
|
||||
tag="Get in Touch"
|
||||
title="Need a Repair Today?"
|
||||
description="Call us or send a message for a quick quote. Located at 148 Brisbane St, Launceston."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call 0436 365 905",
|
||||
href: "tel:0436365905",
|
||||
},
|
||||
text: "Call 0436 365 905", href: "tel:0436365905"},
|
||||
{
|
||||
text: "Find us on Facebook",
|
||||
href: "https://facebook.com/phonezstudio",
|
||||
},
|
||||
text: "Find us on Facebook", href: "https://facebook.com/phonezstudio"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -76,16 +57,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in Touch"
|
||||
title="Need a Repair Today?"
|
||||
description="Visit our Brisbane St location."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Us",
|
||||
href: "tel:0436365905",
|
||||
},
|
||||
text: "Call Us", href: "tel:0436365905"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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."
|
||||
|
||||
@@ -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() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Phonez Studio"
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:0436365905",
|
||||
}}
|
||||
text: "Call Now", href: "tel:0436365905"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user