Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
365
src/app/page.tsx
365
src/app/page.tsx
@@ -30,31 +30,14 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Home", id: "hero" },
|
||||||
name: "Home",
|
{ name: "About", id: "about" },
|
||||||
id: "hero",
|
{ name: "Services", id: "services" },
|
||||||
},
|
{ name: "Reviews", id: "testimonials" },
|
||||||
{
|
{ name: "Contact", id: "contact" },
|
||||||
name: "About",
|
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Services",
|
|
||||||
id: "services",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Reviews",
|
|
||||||
id: "testimonials",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Contact",
|
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "WhatsApp",
|
text: "WhatsApp", href: "https://wa.me/1234567890"}}
|
||||||
href: "https://wa.me/1234567890",
|
|
||||||
}}
|
|
||||||
brandName="Samsung Expert Care"
|
brandName="Samsung Expert Care"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -62,105 +45,37 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitTestimonial
|
<HeroSplitTestimonial
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{ variant: "gradient-bars" }}
|
||||||
variant: "gradient-bars",
|
|
||||||
}}
|
|
||||||
title="Fast & Reliable Samsung Repairs"
|
title="Fast & Reliable Samsung Repairs"
|
||||||
description="We specialize in Samsung devices using 100% original parts. Experience transparent service, expert care, and a reliable warranty."
|
description="We specialize in Samsung devices using 100% original parts. Experience transparent service, expert care, and a reliable warranty."
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{ name: "John Doe", handle: "@johndoe", testimonial: "Fast and professional. Repaired my screen right in front of me!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-holding-smartphone-clenching-fist-happy-exited_141793-28672.jpg" },
|
||||||
name: "John Doe",
|
{ name: "Sarah Smith", handle: "@sarahs", testimonial: "Excellent service and original parts. Very happy with the repair.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-couple-construction-worker-uniform-cap-looking-side-showing-empty-hand-surprised-guy-excited-girl-keeping-hand-guy-s-shoulder_141793-111992.jpg" },
|
||||||
handle: "@johndoe",
|
{ name: "Mike Ross", handle: "@miker", testimonial: "Best repair shop in town. Highly recommended!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/jolly-handsome-sportsman-reading-sms-device_1262-5216.jpg" },
|
||||||
testimonial: "Fast and professional. Repaired my screen right in front of me!",
|
{ name: "Anna P.", handle: "@annap", testimonial: "My phone looks brand new again. Great team.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-man-repairing-circuit-board-computer_23-2147922202.jpg" },
|
||||||
rating: 5,
|
{ name: "David L.", handle: "@davidl", testimonial: "Professional, fast, and fair pricing.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/call-center-worker-arriving-work-using-artificial-intelligence-laptop_482257-126041.jpg" }
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-holding-smartphone-clenching-fist-happy-exited_141793-28672.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Sarah Smith",
|
|
||||||
handle: "@sarahs",
|
|
||||||
testimonial: "Excellent service and original parts. Very happy with the repair.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-construction-worker-uniform-cap-looking-side-showing-empty-hand-surprised-guy-excited-girl-keeping-hand-guy-s-shoulder_141793-111992.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Mike Ross",
|
|
||||||
handle: "@miker",
|
|
||||||
testimonial: "Best repair shop in town. Highly recommended!",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/jolly-handsome-sportsman-reading-sms-device_1262-5216.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Anna P.",
|
|
||||||
handle: "@annap",
|
|
||||||
testimonial: "My phone looks brand new again. Great team.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-man-repairing-circuit-board-computer_23-2147922202.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "David L.",
|
|
||||||
handle: "@davidl",
|
|
||||||
testimonial: "Professional, fast, and fair pricing.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/call-center-worker-arriving-work-using-artificial-intelligence-laptop_482257-126041.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{ text: "Get Repair Quote", href: "#contact" },
|
||||||
text: "Get Repair Quote",
|
{ text: "WhatsApp Us", href: "https://wa.me/1234567890" }
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
text: "WhatsApp Us",
|
|
||||||
href: "https://wa.me/1234567890",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/man-repairing-electronic-component_23-2148254086.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/man-repairing-electronic-component_23-2148254086.jpg"
|
||||||
imageAlt="samsung phone repair tools"
|
imageAlt="samsung phone repair tools"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{ src: "http://img.b2bpic.net/free-photo/call-center-team-leader-supervising-agents-office-desk-helping-customers_482257-117914.jpg", alt: "Customer 1" },
|
||||||
src: "http://img.b2bpic.net/free-photo/call-center-team-leader-supervising-agents-office-desk-helping-customers_482257-117914.jpg",
|
{ src: "http://img.b2bpic.net/free-photo/helpful-call-center-agent-office-desk-handling-customer-inquiries_482257-117953.jpg", alt: "Customer 2" },
|
||||||
alt: "Customer 1",
|
{ src: "http://img.b2bpic.net/free-photo/call-center-senior-agent-dealing-with-unhappy-customers-listening-issues_482257-126067.jpg", alt: "Customer 3" },
|
||||||
},
|
{ src: "http://img.b2bpic.net/free-photo/close-up-man-giving-circuit-board-his-friend-working-with-hardware-equipment_23-2147883796.jpg", alt: "Customer 4" },
|
||||||
{
|
{ src: "http://img.b2bpic.net/free-photo/manufacturer-preparing-safety-gear-apprentice-before-starting-work_482257-97729.jpg", alt: "Customer 5" }
|
||||||
src: "http://img.b2bpic.net/free-photo/helpful-call-center-agent-office-desk-handling-customer-inquiries_482257-117953.jpg",
|
|
||||||
alt: "Customer 2",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/call-center-senior-agent-dealing-with-unhappy-customers-listening-issues_482257-126067.jpg",
|
|
||||||
alt: "Customer 3",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/close-up-man-giving-circuit-board-his-friend-working-with-hardware-equipment_23-2147883796.jpg",
|
|
||||||
alt: "Customer 4",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/manufacturer-preparing-safety-gear-apprentice-before-starting-work_482257-97729.jpg",
|
|
||||||
alt: "Customer 5",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Trusted by 500+ happy customers"
|
avatarText="Trusted by 500+ happy customers"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{ type: "text", text: "Samsung Certified" },
|
||||||
type: "text",
|
{ type: "text", text: "Original Parts" },
|
||||||
text: "Samsung Certified",
|
{ type: "text", text: "Fast Turnaround" },
|
||||||
},
|
{ type: "text", text: "Reliable Warranty" },
|
||||||
{
|
{ type: "text", text: "Expert Technicians" }
|
||||||
type: "text",
|
|
||||||
text: "Original Parts",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "Fast Turnaround",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "Reliable Warranty",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "Expert Technicians",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -169,22 +84,10 @@ export default function LandingPage() {
|
|||||||
<InlineImageSplitTextAbout
|
<InlineImageSplitTextAbout
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
heading={[
|
heading={[
|
||||||
{
|
{ type: "text", content: "Our Promise to You" },
|
||||||
type: "text",
|
{ type: "image", src: "http://img.b2bpic.net/free-photo/handsome-young-man-smiling-while-repairing-old-smartphone-male-technician-using-screwdriver-fix-broken-cellphone-workshop_662251-254.jpg", alt: "repair technician fixing phone" }
|
||||||
content: "Our Promise to You",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "image",
|
|
||||||
src: "http://img.b2bpic.net/free-photo/handsome-young-man-smiling-while-repairing-old-smartphone-male-technician-using-screwdriver-fix-broken-cellphone-workshop_662251-254.jpg",
|
|
||||||
alt: "repair technician fixing phone",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
buttons={[
|
|
||||||
{
|
|
||||||
text: "Visit Our Branch",
|
|
||||||
href: "#location",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
|
buttons={[{ text: "Visit Our Branch", href: "#location" }]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -192,43 +95,20 @@ export default function LandingPage() {
|
|||||||
<FeatureCardNine
|
<FeatureCardNine
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
animationType="slide-up"
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Phone & Screen Repair",
|
title: "Phone & Screen Repair", description: "Expert replacement for all Samsung phone screens.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/master-holds-new-screen-replacement-disassembled-smartphone-his-laboratory-close-up_346278-1200.jpg" },
|
||||||
description: "Expert replacement for all Samsung phone screens.",
|
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-hands-works-broken-electronic-gadget-fix-it-near-tool-bag-wooden-table-service-shop_346278-1784.jpg" }
|
||||||
phoneOne: {
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/master-holds-new-screen-replacement-disassembled-smartphone-his-laboratory-close-up_346278-1200.jpg",
|
|
||||||
},
|
|
||||||
phoneTwo: {
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-hands-works-broken-electronic-gadget-fix-it-near-tool-bag-wooden-table-service-shop_346278-1784.jpg",
|
|
||||||
},
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-repairing-electronic-component_23-2148254086.jpg?_wi=2",
|
|
||||||
imageAlt: "smartphone screen repair",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Battery & Hardware",
|
title: "Battery & Hardware", description: "Original battery replacements with guaranteed performance.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-hard-drive-with-blue-light_23-2149413379.jpg" },
|
||||||
description: "Original battery replacements with guaranteed performance.",
|
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/blood-samples-test-tube-rack_53876-95052.jpg" }
|
||||||
phoneOne: {
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-hard-drive-with-blue-light_23-2149413379.jpg",
|
|
||||||
},
|
|
||||||
phoneTwo: {
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/blood-samples-test-tube-rack_53876-95052.jpg",
|
|
||||||
},
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-smiling-while-repairing-old-smartphone-male-technician-using-screwdriver-fix-broken-cellphone-workshop_662251-254.jpg",
|
|
||||||
imageAlt: "smartphone screen repair",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Software Optimization",
|
title: "Software Optimization", description: "Solving software glitches, system errors, and updates.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/yung-bearded-master-looks-inside-disassembled-electronic-device-while-repairing-it-with-tools_346278-1786.jpg" },
|
||||||
description: "Solving software glitches, system errors, and updates.",
|
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/young-woman-is-making-photo-her-beautiful-beads-bracelets-via-smartphone_613910-17290.jpg" }
|
||||||
phoneOne: {
|
}
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/yung-bearded-master-looks-inside-disassembled-electronic-device-while-repairing-it-with-tools_346278-1786.jpg",
|
|
||||||
},
|
|
||||||
phoneTwo: {
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-is-making-photo-her-beautiful-beads-bracelets-via-smartphone_613910-17290.jpg",
|
|
||||||
},
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-male-technician-repairing-computer-workshop_23-2147922179.jpg?_wi=1",
|
|
||||||
imageAlt: "smartphone screen repair",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
showStepNumbers={false}
|
showStepNumbers={false}
|
||||||
title="Our Professional Repair Services"
|
title="Our Professional Repair Services"
|
||||||
@@ -242,33 +122,9 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{ id: "m1", value: "100%", title: "Original Parts", items: ["Certified components", "Manufacturer verified"] },
|
||||||
id: "m1",
|
{ id: "m2", value: "Fast", title: "Quick Turnaround", items: ["Most repairs done same day", "Transparent process"] },
|
||||||
value: "100%",
|
{ id: "m3", value: "Valid", title: "Warranty Provided", items: ["Full warranty on all repairs", "Customer support included"] }
|
||||||
title: "Original Parts",
|
|
||||||
items: [
|
|
||||||
"Certified components",
|
|
||||||
"Manufacturer verified",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "m2",
|
|
||||||
value: "Fast",
|
|
||||||
title: "Quick Turnaround",
|
|
||||||
items: [
|
|
||||||
"Most repairs done same day",
|
|
||||||
"Transparent process",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "m3",
|
|
||||||
value: "Valid",
|
|
||||||
title: "Warranty Provided",
|
|
||||||
items: [
|
|
||||||
"Full warranty on all repairs",
|
|
||||||
"Customer support included",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Why Choose Our Service?"
|
title="Why Choose Our Service?"
|
||||||
description="Built on trust and quality workmanship."
|
description="Built on trust and quality workmanship."
|
||||||
@@ -282,60 +138,12 @@ export default function LandingPage() {
|
|||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{ id: "a1", brand: "Samsung", name: "Fast Charger", price: "$29", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/businessman-checking-report-tablet_482257-120320.jpg" },
|
||||||
id: "a1",
|
{ id: "a2", brand: "Samsung", name: "USB Cable", price: "$19", rating: 5, reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-types-tools_23-2148428246.jpg" },
|
||||||
brand: "Samsung",
|
{ id: "a3", brand: "Samsung", name: "Phone Case", price: "$25", rating: 4, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/restorer-is-choosing-right-peace-stained-glass-his-beautiful-vintage-project_613910-20779.jpg" },
|
||||||
name: "Fast Charger",
|
{ id: "a4", brand: "Samsung", name: "Earbuds", price: "$89", rating: 5, reviewCount: "300", imageSrc: "http://img.b2bpic.net/free-photo/man-using-external-storage-used_23-2149388491.jpg" },
|
||||||
price: "$29",
|
{ id: "a5", brand: "Samsung", name: "Battery", price: "$45", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-wearing-protection-glove_23-2149413401.jpg" },
|
||||||
rating: 5,
|
{ id: "a6", brand: "Samsung", name: "Screen Protector", price: "$15", rating: 4, reviewCount: "500", imageSrc: "http://img.b2bpic.net/free-photo/pro-uses-special-plastic-opener-unclip-electronic-cord-from-motherboard-gadget-repairing-fixing-service-lab_346278-1782.jpg" }
|
||||||
reviewCount: "120",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-checking-report-tablet_482257-120320.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "a2",
|
|
||||||
brand: "Samsung",
|
|
||||||
name: "USB Cable",
|
|
||||||
price: "$19",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "90",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-types-tools_23-2148428246.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "a3",
|
|
||||||
brand: "Samsung",
|
|
||||||
name: "Phone Case",
|
|
||||||
price: "$25",
|
|
||||||
rating: 4,
|
|
||||||
reviewCount: "200",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/restorer-is-choosing-right-peace-stained-glass-his-beautiful-vintage-project_613910-20779.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "a4",
|
|
||||||
brand: "Samsung",
|
|
||||||
name: "Earbuds",
|
|
||||||
price: "$89",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "300",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-using-external-storage-used_23-2149388491.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "a5",
|
|
||||||
brand: "Samsung",
|
|
||||||
name: "Battery",
|
|
||||||
price: "$45",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "150",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-wearing-protection-glove_23-2149413401.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "a6",
|
|
||||||
brand: "Samsung",
|
|
||||||
name: "Screen Protector",
|
|
||||||
price: "$15",
|
|
||||||
rating: 4,
|
|
||||||
reviewCount: "500",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/pro-uses-special-plastic-opener-unclip-electronic-cord-from-motherboard-gadget-repairing-fixing-service-lab_346278-1782.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Original Accessories"
|
title="Original Accessories"
|
||||||
description="Quality components for your device longevity."
|
description="Quality components for your device longevity."
|
||||||
@@ -349,46 +157,11 @@ export default function LandingPage() {
|
|||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{ id: "t1", name: "James R.", role: "User", company: "Tech Enthusiast", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-male-technician-repairing-computer-workshop_23-2147922179.jpg" },
|
||||||
id: "t1",
|
{ id: "t2", name: "Linda M.", role: "Designer", company: "Graphic Arts", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/call-center-agents-collaborating-track-lost-customers-shipments_482257-117820.jpg" },
|
||||||
name: "James R.",
|
{ id: "t3", name: "Mark S.", role: "Manager", company: "Business Owner", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/people-repairing-computer-chips_23-2150880945.jpg" },
|
||||||
role: "User",
|
{ id: "t4", name: "Emily W.", role: "User", company: "Student", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-worker-woman_23-2148138087.jpg" },
|
||||||
company: "Tech Enthusiast",
|
{ id: "t5", name: "David K.", role: "Pro", company: "Developer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/blur-portrait-african-smiling-guy-with-his-hand-focus-relaxed-black-man-elegant-suit-sitting-bench-showing-thumb-up_197531-21913.jpg" }
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-male-technician-repairing-computer-workshop_23-2147922179.jpg?_wi=2",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "t2",
|
|
||||||
name: "Linda M.",
|
|
||||||
role: "Designer",
|
|
||||||
company: "Graphic Arts",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/call-center-agents-collaborating-track-lost-customers-shipments_482257-117820.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "t3",
|
|
||||||
name: "Mark S.",
|
|
||||||
role: "Manager",
|
|
||||||
company: "Business Owner",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/people-repairing-computer-chips_23-2150880945.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "t4",
|
|
||||||
name: "Emily W.",
|
|
||||||
role: "User",
|
|
||||||
company: "Student",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-worker-woman_23-2148138087.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "t5",
|
|
||||||
name: "David K.",
|
|
||||||
role: "Pro",
|
|
||||||
company: "Developer",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/blur-portrait-african-smiling-guy-with-his-hand-focus-relaxed-black-man-elegant-suit-sitting-bench-showing-thumb-up_197531-21913.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="What Our Customers Say"
|
title="What Our Customers Say"
|
||||||
description="Quality repair services that keep you connected."
|
description="Quality repair services that keep you connected."
|
||||||
@@ -401,31 +174,11 @@ export default function LandingPage() {
|
|||||||
title="Get a Repair Quote"
|
title="Get a Repair Quote"
|
||||||
description="Send us your details and get a quick quote for your Samsung device repair."
|
description="Send us your details and get a quick quote for your Samsung device repair."
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||||
name: "name",
|
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
||||||
type: "text",
|
{ name: "phone", type: "tel", placeholder: "Your Phone", required: true }
|
||||||
placeholder: "Your Name",
|
|
||||||
required: true,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "email",
|
|
||||||
type: "email",
|
|
||||||
placeholder: "Your Email",
|
|
||||||
required: true,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "phone",
|
|
||||||
type: "tel",
|
|
||||||
placeholder: "Your Phone",
|
|
||||||
required: true,
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
textarea={{
|
textarea={{ name: "issue", placeholder: "Describe your repair issue...", rows: 4, required: true }}
|
||||||
name: "issue",
|
|
||||||
placeholder: "Describe your repair issue...",
|
|
||||||
rows: 4,
|
|
||||||
required: true,
|
|
||||||
}}
|
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/woman-working-her-workshop-creative-invention_23-2149067189.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/woman-working-her-workshop-creative-invention_23-2149067189.jpg"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -433,14 +186,8 @@ export default function LandingPage() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoReveal
|
<FooterLogoReveal
|
||||||
logoText="Samsung Expert Care"
|
logoText="Samsung Expert Care"
|
||||||
leftLink={{
|
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||||
text: "Privacy Policy",
|
rightLink={{ text: "Contact Us", href: "#contact" }}
|
||||||
href: "#",
|
|
||||||
}}
|
|
||||||
rightLink={{
|
|
||||||
text: "Contact Us",
|
|
||||||
href: "#contact",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user