diff --git a/src/app/page.tsx b/src/app/page.tsx
index 299d90e..712a641 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,81 +31,44 @@ export default function LandingPage() {
@@ -232,60 +145,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Alper Yılmaz",
- date: "May 2024",
- title: "Project Manager",
- quote: "“Quality at a reasonable price, easy service.”",
- tag: "Reliable Partner",
- avatarSrc: "http://img.b2bpic.net/free-photo/smiling-showing-number-young-builder-man-uniform-isolated-blue-background_141793-139657.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/people-taking-care-warehouse-logistics_23-2149128336.jpg?_wi=2",
- imageAlt: "male construction professional smiling",
- },
+ id: "1", name: "Alper Yılmaz", date: "May 2024", title: "Project Manager", quote: "“Quality at a reasonable price, easy service.”", tag: "Reliable Partner", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-showing-number-young-builder-man-uniform-isolated-blue-background_141793-139657.jpg", imageSrc: "http://img.b2bpic.net/free-photo/people-taking-care-warehouse-logistics_23-2149128336.jpg", imageAlt: "male construction professional smiling"},
{
- id: "2",
- name: "Elif Demir",
- date: "April 2024",
- title: "Architect",
- quote: "“Wide product range, high-quality products, quick and solution-oriented service.”",
- tag: "Excellent Service",
- avatarSrc: "http://img.b2bpic.net/free-photo/building-construction-worker-site_23-2149124259.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/bridge-sunset_1122-2168.jpg?_wi=2",
- imageAlt: "male construction professional smiling",
- },
+ id: "2", name: "Elif Demir", date: "April 2024", title: "Architect", quote: "“Wide product range, high-quality products, quick and solution-oriented service.”", tag: "Excellent Service", avatarSrc: "http://img.b2bpic.net/free-photo/building-construction-worker-site_23-2149124259.jpg", imageSrc: "http://img.b2bpic.net/free-photo/bridge-sunset_1122-2168.jpg", imageAlt: "male construction professional smiling"},
{
- id: "3",
- name: "Murat Can",
- date: "March 2024",
- title: "Contractor",
- quote: "“They provide professional guidance based on customer needs.”",
- tag: "Expert Advice",
- avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-old-architect-with-safety-equipment_23-2148269395.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-razor-blades-with-yellow-background_23-2150970031.jpg?_wi=2",
- imageAlt: "male construction professional smiling",
- },
+ id: "3", name: "Murat Can", date: "March 2024", title: "Contractor", quote: "“They provide professional guidance based on customer needs.”", tag: "Expert Advice", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-old-architect-with-safety-equipment_23-2148269395.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-razor-blades-with-yellow-background_23-2150970031.jpg", imageAlt: "male construction professional smiling"},
{
- id: "4",
- name: "Zeynep Kaya",
- date: "February 2024",
- title: "Property Owner",
- quote: "“The biggest and most polite company in Zeytinburnu for roofing and insulation.”",
- tag: "Local Favorite",
- avatarSrc: "http://img.b2bpic.net/free-photo/review-increase-rating-ranking-evaluation-classification-concept-businessman-draw-five-yellow-star-increase-rating-his-company_1212-723.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesspeople-working-blue-print-office_23-2148187153.jpg?_wi=2",
- imageAlt: "male construction professional smiling",
- },
+ id: "4", name: "Zeynep Kaya", date: "February 2024", title: "Property Owner", quote: "“The biggest and most polite company in Zeytinburnu for roofing and insulation.”", tag: "Local Favorite", avatarSrc: "http://img.b2bpic.net/free-photo/review-increase-rating-ranking-evaluation-classification-concept-businessman-draw-five-yellow-star-increase-rating-his-company_1212-723.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesspeople-working-blue-print-office_23-2148187153.jpg", imageAlt: "male construction professional smiling"},
{
- id: "5",
- name: "Cem Tekin",
- date: "January 2024",
- title: "Builder",
- quote: "“Customer relations and technical support are quite good.”",
- tag: "Supportive Team",
- avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-interior-design-project_23-2150346550.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-business-hand-shake_23-2148480331.jpg?_wi=2",
- imageAlt: "male construction professional smiling",
- },
+ id: "5", name: "Cem Tekin", date: "January 2024", title: "Builder", quote: "“Customer relations and technical support are quite good.”", tag: "Supportive Team", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-interior-design-project_23-2150346550.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-business-hand-shake_23-2148480331.jpg", imageAlt: "male construction professional smiling"},
]}
title="Customer Trust"
description="Hear what our clients say about the quality of our materials, expert advice, and responsive service."
@@ -299,27 +167,16 @@ export default function LandingPage() {
description="Call Izotek and get expert product guidance before you buy.\n\nCall: +90 212 415 15 22\nVisit: Seyinizam, Demirciler Sitesi 3. Cd. No:4, 34015 Zeytinburnu / Istanbul"
inputs={[
{
- name: "name",
- type: "text",
- placeholder: "Your Name",
- required: true,
+ name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
- name: "email",
- type: "email",
- placeholder: "Your Email",
- required: true,
+ name: "email", type: "email", placeholder: "Your Email", required: true,
},
{
- name: "phone",
- type: "tel",
- placeholder: "Phone Number",
- },
+ name: "phone", type: "tel", placeholder: "Phone Number"},
]}
textarea={{
- name: "message",
- placeholder: "Your Message",
- rows: 4,
+ name: "message", placeholder: "Your Message", rows: 4,
}}
imageSrc="http://img.b2bpic.net/free-photo/greyscale-shot-tsing-ma-bridge-hong-kong_181624-45411.jpg"
imageAlt="Istanbul city view with construction elements"
@@ -333,58 +190,35 @@ export default function LandingPage() {