diff --git a/src/app/page.tsx b/src/app/page.tsx
index 84e04aa..64d4e93 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -10,6 +10,7 @@ import TestimonialCardTwelve from "@/components/sections/testimonial/Testimonial
import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterMedia from "@/components/sections/footer/FooterMedia";
+import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
import { Film, Disc3, Gamepad2, Star, Sparkles, Mail } from "lucide-react";
export default function HomePage() {
@@ -49,15 +50,11 @@ export default function HomePage() {
description="Rent movies, discover rare films, and enjoy a collection you won't find on streaming services. Welcome to 6th Video Signals."
buttons={[
{
- text: "Call Now",
- href: "tel:(978)897-3411",
- },
+ text: "Call Now", href: "tel:(978)897-3411"},
{
- text: "Get Directions",
- href: "https://maps.google.com/?q=16+Nason+St,+Maynard,+MA+01754",
- },
+ text: "Get Directions", href: "https://maps.google.com/?q=16+Nason+St,+Maynard,+MA+01754"},
]}
- imageSrc="http://img.b2bpic.net/free-photo/chest-with-tourist-stuff_23-2147770905.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/chest-with-tourist-stuff_23-2147770905.jpg"
imageAlt="Video rental store shelves with DVDs and Blu-rays"
showDimOverlay={true}
/>
@@ -71,37 +68,19 @@ export default function HomePage() {
features={[
{
id: 1,
- tag: "Media Formats",
- title: "Multiple Formats",
- subtitle: "DVD, Blu-ray, 4K & VHS",
- description:
- "Choose from standard DVDs, high-definition Blu-rays, stunning 4K resolution, and classic VHS tapes. Whether you have a vintage player or the latest technology, we've got you covered.",
- imageSrc:
- "http://img.b2bpic.net/free-photo/vintage-vhs-packaging-arrangement_23-2149854272.jpg?_wi=1",
- imageAlt: "Organized collection of DVDs and Blu-rays",
- },
+ tag: "Media Formats", title: "Multiple Formats", subtitle: "DVD, Blu-ray, 4K & VHS", description:
+ "Choose from standard DVDs, high-definition Blu-rays, stunning 4K resolution, and classic VHS tapes. Whether you have a vintage player or the latest technology, we've got you covered.", imageSrc:
+ "http://img.b2bpic.net/free-photo/vintage-vhs-packaging-arrangement_23-2149854272.jpg", imageAlt: "Organized collection of DVDs and Blu-rays"},
{
id: 2,
- tag: "Entertainment",
- title: "Game Rentals",
- subtitle: "Console & PC Games",
- description:
- "Rent the latest and greatest console games for PlayStation, Xbox, Nintendo, and more. Try before you buy and discover new favorites without the full purchase price.",
- imageSrc:
- "http://img.b2bpic.net/free-photo/parents-smiling-taking-selfie_23-2148414932.jpg?_wi=1",
- imageAlt: "Video game rental section display",
- },
+ tag: "Entertainment", title: "Game Rentals", subtitle: "Console & PC Games", description:
+ "Rent the latest and greatest console games for PlayStation, Xbox, Nintendo, and more. Try before you buy and discover new favorites without the full purchase price.", imageSrc:
+ "http://img.b2bpic.net/free-photo/parents-smiling-taking-selfie_23-2148414932.jpg", imageAlt: "Video game rental section display"},
{
id: 3,
- tag: "Collections",
- title: "Rare & Classics",
- subtitle: "Hard-to-Find Titles",
- description:
- "Our massive collection includes rare films, classic cinema, and titles you can't find on any streaming platform. We pride ourselves on preserving film culture.",
- imageSrc:
- "http://img.b2bpic.net/free-photo/set-film-near-retro-camera_23-2147852352.jpg?_wi=1",
- imageAlt: "Rare and classic film collection",
- },
+ tag: "Collections", title: "Rare & Classics", subtitle: "Hard-to-Find Titles", description:
+ "Our massive collection includes rare films, classic cinema, and titles you can't find on any streaming platform. We pride ourselves on preserving film culture.", imageSrc:
+ "http://img.b2bpic.net/free-photo/set-film-near-retro-camera_23-2147852352.jpg", imageAlt: "Rare and classic film collection"},
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -115,24 +94,13 @@ export default function HomePage() {
tag="Membership"
plans={[
{
- id: "plus",
- badge: "Most Popular",
- badgeIcon: Sparkles,
- price: "Monthly Plan",
- subtitle: "Unlimited movie & game rentals",
- buttons={[
+ id: "plus", badge: "Most Popular", badgeIcon: Sparkles,
+ price: "Monthly Plan", subtitle: "Unlimited movie & game rentals", buttons: [
{
- text: "Join Now",
- href: "tel:(978)897-3411",
- },
- ]}
- features={[
- "Unlimited movie rentals",
- "Access to entire collection",
- "Exclusive member discounts",
- "Priority rental reserves",
- "Special member events",
- ]}
+ text: "Join Now", href: "tel:(978)897-3411"},
+ ],
+ features: [
+ "Unlimited movie rentals", "Access to entire collection", "Exclusive member discounts", "Priority rental reserves", "Special member events"],
},
]}
animationType="slide-up"
@@ -145,33 +113,17 @@ export default function HomePage() {