diff --git a/src/app/page.tsx b/src/app/page.tsx
index bd55833..b24d417 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -34,37 +34,21 @@ export default function LandingPage() {
@@ -251,14 +165,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
- "Racing Gazette",
- "Grand Prix Fans",
- "Miniature Motors",
- "Collector's World",
- "Speed Enthusiast",
- "The Diecast Times",
- "Track Legends",
- ]}
+ "Racing Gazette", "Grand Prix Fans", "Miniature Motors", "Collector's World", "Speed Enthusiast", "The Diecast Times", "Track Legends"]}
title="Trusted by Fellow Enthusiasts"
description="Our collection is admired by F1 fans and collectors around the globe."
/>
@@ -272,25 +179,15 @@ export default function LandingPage() {
author="Marcus 'Speed Demon' Vance"
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/front-view-lawyer-portrait_23-2151202434.jpg",
- alt: "Marcus Vance",
- },
+ src: "http://img.b2bpic.net/free-photo/front-view-lawyer-portrait_23-2151202434.jpg", alt: "Marcus Vance"},
{
- src: "http://img.b2bpic.net/free-photo/glad-curly-haired-woman-clenches-fists-with-triumpg-feels-like-winner-celebrates-triumph-wears-casual-pink-turtleneck-isolated-beige-background-rejoices-victory-achieves-goals-yes-i-did-it_273609-58260.jpg",
- alt: "Sophia Perez",
- },
+ src: "http://img.b2bpic.net/free-photo/glad-curly-haired-woman-clenches-fists-with-triumpg-feels-like-winner-celebrates-triumph-wears-casual-pink-turtleneck-isolated-beige-background-rejoices-victory-achieves-goals-yes-i-did-it_273609-58260.jpg", alt: "Sophia Perez"},
{
- src: "http://img.b2bpic.net/free-photo/portrait-nervous-young-man-with-beard-raising-up-brow_176420-12180.jpg",
- alt: "Liam O'Connell",
- },
+ src: "http://img.b2bpic.net/free-photo/portrait-nervous-young-man-with-beard-raising-up-brow_176420-12180.jpg", alt: "Liam O'Connell"},
{
- src: "http://img.b2bpic.net/free-photo/confident-businesswoman-looking-camera-with-arm-crossed_23-2148187252.jpg",
- alt: "Ava Sharma",
- },
+ src: "http://img.b2bpic.net/free-photo/confident-businesswoman-looking-camera-with-arm-crossed_23-2148187252.jpg", alt: "Ava Sharma"},
{
- src: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit_1298-185.jpg",
- alt: "David Lee",
- },
+ src: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit_1298-185.jpg", alt: "David Lee"},
]}
ratingAnimation="slide-up"
avatarsAnimation="blur-reveal"
@@ -303,25 +200,13 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "faq1",
- title: "What scale are the F1 toy cars?",
- content: "Most of our F1 toy cars are 1:18 or 1:43 scale, offering a perfect balance of detail and display size. Specific scales are listed on each product page.",
- },
+ id: "faq1", title: "What scale are the F1 toy cars?", content: "Most of our F1 toy cars are 1:18 or 1:43 scale, offering a perfect balance of detail and display size. Specific scales are listed on each product page."},
{
- id: "faq2",
- title: "Are these suitable for children?",
- content: "While durable, our F1 toy cars are primarily designed for collectors aged 14+. They contain small, intricate parts and are not intended for rough play.",
- },
+ id: "faq2", title: "Are these suitable for children?", content: "While durable, our F1 toy cars are primarily designed for collectors aged 14+. They contain small, intricate parts and are not intended for rough play."},
{
- id: "faq3",
- title: "Do you offer international shipping?",
- content: "Yes, we ship our F1 toy cars worldwide! Shipping costs and delivery times vary by destination and are calculated at checkout.",
- },
+ id: "faq3", title: "Do you offer international shipping?", content: "Yes, we ship our F1 toy cars worldwide! Shipping costs and delivery times vary by destination and are calculated at checkout."},
{
- id: "faq4",
- title: "How can I care for my F1 toy car?",
- content: "To maintain your car's pristine condition, we recommend dusting regularly with a soft brush and keeping it out of direct sunlight to prevent fading.",
- },
+ id: "faq4", title: "How can I care for my F1 toy car?", content: "To maintain your car's pristine condition, we recommend dusting regularly with a soft brush and keeping it out of direct sunlight to prevent fading."},
]}
title="Frequently Asked Questions"
description="Find answers to common questions about our F1 toy cars, orders, and more."
@@ -333,14 +218,11 @@ export default function LandingPage() {
@@ -352,54 +234,33 @@ export default function LandingPage() {
logoText="F1 Toy Racers"
columns={[
{
- title: "Explore",
- items: [
+ title: "Explore", items: [
{
- label: "Products",
- href: "#products",
- },
+ label: "Products", href: "#products"},
{
- label: "Features",
- href: "#features",
- },
+ label: "Features", href: "#features"},
{
- label: "About Us",
- href: "#about",
- },
+ label: "About Us", href: "#about"},
],
},
{
- title: "Support",
- items: [
+ title: "Support", items: [
{
- label: "FAQ",
- href: "#faq",
- },
+ label: "FAQ", href: "#faq"},
{
- label: "Contact Us",
- href: "#contact",
- },
+ label: "Contact Us", href: "#contact"},
{
- label: "Shipping Info",
- href: "#",
- },
+ label: "Shipping Info", href: "#"},
],
},
{
- title: "Social",
- items: [
+ title: "Social", items: [
{
- label: "Instagram",
- href: "https://instagram.com",
- },
+ label: "Instagram", href: "https://instagram.com"},
{
- label: "Facebook",
- href: "https://facebook.com",
- },
+ label: "Facebook", href: "https://facebook.com"},
{
- label: "Twitter",
- href: "https://twitter.com",
- },
+ label: "Twitter", href: "https://twitter.com"},
],
},
]}