diff --git a/src/app/page.tsx b/src/app/page.tsx index 51d3b59..0c1a70f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,22 +30,10 @@ export default function LandingPage() {
@@ -208,46 +110,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { - id: "t1", - name: "John D.", - handle: "@johnd", - testimonial: "Finally, a blog that makes AI accessible to everyone!", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4g5j8i", - }, - { - id: "t2", - name: "Emma W.", - handle: "@emmaw", - testimonial: "Great tips on digital privacy. Very helpful.", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=t6yrln", - }, - { - id: "t3", - name: "Liam T.", - handle: "@liamt", - testimonial: "The gaming guides are always spot on.", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2sshoy", - }, - { - id: "t4", - name: "Sofia P.", - handle: "@sofiap", - testimonial: "Incredible content quality and depth.", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=uc3ezy", - }, - { - id: "t5", - name: "Rahul M.", - handle: "@rahulm", - testimonial: "My favorite go-to tech blog online.", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=94cmo3", - }, + { id: "t1", name: "John D.", handle: "@johnd", testimonial: "Finally, a blog that makes AI accessible to everyone!", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4g5j8i" }, + { id: "t2", name: "Emma W.", handle: "@emmaw", testimonial: "Great tips on digital privacy. Very helpful.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=t6yrln" }, + { id: "t3", name: "Liam T.", handle: "@liamt", testimonial: "The gaming guides are always spot on.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2sshoy" }, + { id: "t4", name: "Sofia P.", handle: "@sofiap", testimonial: "Incredible content quality and depth.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=uc3ezy" }, + { id: "t5", name: "Rahul M.", handle: "@rahulm", testimonial: "My favorite go-to tech blog online.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=94cmo3" }, ]} showRating={true} title="What Readers Say" @@ -260,21 +127,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} faqs={[ - { - id: "f1", - title: "How often do you post?", - content: "We publish fresh tech content every week.", - }, - { - id: "f2", - title: "Can I request a tutorial?", - content: "Yes, contact us through the contact form below!", - }, - { - id: "f3", - title: "Is all content free?", - content: "Absolutely, all our articles are completely free.", - }, + { id: "f1", title: "How often do you post?", content: "We publish fresh tech content every week." }, + { id: "f2", title: "Can I request a tutorial?", content: "Yes, contact us through the contact form below!" }, + { id: "f3", title: "Is all content free?", content: "Absolutely, all our articles are completely free." }, ]} title="Frequently Asked" description="Answers to your burning technology questions." @@ -288,18 +143,8 @@ export default function LandingPage() { title="Get in Touch" description="Have a tech tip or questions? Send us a message." inputs={[ - { - name: "name", - type: "text", - placeholder: "Name", - required: true, - }, - { - name: "email", - type: "email", - placeholder: "Email", - required: true, - }, + { name: "name", type: "text", placeholder: "Name", required: true }, + { name: "email", type: "email", placeholder: "Email", required: true }, ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=04cw8i" /> @@ -311,29 +156,15 @@ export default function LandingPage() { logoText="Your Assistan" columns={[ { - title: "Links", - items: [ - { - label: "Blog", - href: "#blog", - }, - { - label: "About", - href: "#about", - }, + title: "Links", items: [ + { label: "Blog", href: "#blog" }, + { label: "About", href: "#about" }, ], }, { - title: "Legal", - items: [ - { - label: "Privacy", - href: "#", - }, - { - label: "Terms", - href: "#", - }, + title: "Legal", items: [ + { label: "Privacy", href: "#" }, + { label: "Terms", href: "#" }, ], }, ]}