diff --git a/src/app/page.tsx b/src/app/page.tsx index f2c32af..e0c7467 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,35 +46,22 @@ export default function LandingPage() {
@@ -92,18 +71,11 @@ export default function LandingPage() { useInvertedBackground={true} heading={[ { - type: "text", - content: "Tradition Meets Modern Care", - }, + type: "text", content: "Tradition Meets Modern Care"}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/man-studio-creates-leather-ware_1157-33201.jpg", - alt: "Expert cobbler craftsmanship", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/man-studio-creates-leather-ware_1157-33201.jpg", alt: "Expert cobbler craftsmanship"}, { - type: "text", - content: "Located in the heart of Gayrettepe, our lostra studio combines decades of experience with high-quality materials to bring your shoes back to their original brilliance.", - }, + type: "text", content: "Located in the heart of Gayrettepe, our lostra studio combines decades of experience with high-quality materials to bring your shoes back to their original brilliance."}, ]} /> @@ -115,20 +87,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Deep Leather Cleaning", - description: "Removing dirt and grime while nourishing the hide to prevent cracking.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shoe-brush-polish_53876-32091.jpg", - }, + title: "Deep Leather Cleaning", description: "Removing dirt and grime while nourishing the hide to prevent cracking.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shoe-brush-polish_53876-32091.jpg"}, { - title: "Sole Replacement", - description: "High-durability sole replacements designed for longevity and comfort.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-craftsman-stitching-leather-parts_171337-12310.jpg", - }, + title: "Sole Replacement", description: "High-durability sole replacements designed for longevity and comfort.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-craftsman-stitching-leather-parts_171337-12310.jpg"}, { - title: "Orthopedic Adjustments", - description: "Professional support modifications to enhance shoe fit and walking comfort.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-cobbler-doing-measurments-shoe_171337-12247.jpg", - }, + title: "Orthopedic Adjustments", description: "Professional support modifications to enhance shoe fit and walking comfort.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cobbler-doing-measurments-shoe_171337-12247.jpg"}, ]} title="Our Specialized Services" description="Comprehensive maintenance and restoration packages tailored to your footwear needs." @@ -137,44 +100,20 @@ export default function LandingPage() {
@@ -205,20 +137,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "q1", - title: "How long does restoration take?", - content: "Depending on the complexity, standard care takes 2-3 business days, while deep restoration takes 5-7 days.", - }, + id: "q1", title: "How long does restoration take?", content: "Depending on the complexity, standard care takes 2-3 business days, while deep restoration takes 5-7 days."}, { - id: "q2", - title: "Do you work on luxury brands?", - content: "Yes, we specialize in high-end leather repair for global luxury fashion brands.", - }, + id: "q2", title: "Do you work on luxury brands?", content: "Yes, we specialize in high-end leather repair for global luxury fashion brands."}, { - id: "q3", - title: "Do you offer pick-up service?", - content: "We offer concierge pick-up and delivery services within the Gayrettepe district.", - }, + id: "q3", title: "Do you offer pick-up service?", content: "We offer concierge pick-up and delivery services within the Gayrettepe district."}, ]} title="Frequently Asked Questions" description="Answers to common concerns about shoe restoration." @@ -230,8 +153,7 @@ export default function LandingPage() {