diff --git a/src/app/page.tsx b/src/app/page.tsx
index 5b58639..e148cf5 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,7 +9,7 @@ import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
-import { Sparkles, Users } from "lucide-react";
+import { Sparkles, Users, Zap, BookOpen, Award } from "lucide-react";
export default function LandingPage() {
return (
@@ -30,25 +30,15 @@ export default function LandingPage() {
@@ -61,39 +51,25 @@ export default function LandingPage() {
tag="Expert-Curated Collectibles"
buttons={[
{
- text: "Shop Now",
- href: "#collections",
- },
+ text: "Shop Now", href: "#collections"},
{
- text: "Sell Your Cards",
- href: "#contact",
- },
+ text: "Sell Your Cards", href: "#contact"},
]}
- imageSrc="http://img.b2bpic.net/free-photo/vintage-light-lamp_74190-4394.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/vintage-light-lamp_74190-4394.jpg"
showDimOverlay={true}
showBlur={true}
tagIcon={Sparkles}
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/smiling-young-woman-amusement-park_23-2147910667.jpg",
- alt: "Customer 1",
- },
+ src: "http://img.b2bpic.net/free-photo/smiling-young-woman-amusement-park_23-2147910667.jpg", alt: "Customer 1"},
{
- src: "http://img.b2bpic.net/free-photo/front-view-woman-with-shopping-bags-concept_23-2148734503.jpg",
- alt: "Customer 2",
- },
+ src: "http://img.b2bpic.net/free-photo/front-view-woman-with-shopping-bags-concept_23-2148734503.jpg", alt: "Customer 2"},
{
- src: "http://img.b2bpic.net/free-photo/middle-age-woman-party-hat-holding-paper-bag-with-birthday-gifts-happy-cheerful-smiling-with-arm-raised_141793-107712.jpg",
- alt: "Customer 3",
- },
+ src: "http://img.b2bpic.net/free-photo/middle-age-woman-party-hat-holding-paper-bag-with-birthday-gifts-happy-cheerful-smiling-with-arm-raised_141793-107712.jpg", alt: "Customer 3"},
{
- src: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167349.jpg",
- alt: "Customer 4",
- },
+ src: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167349.jpg", alt: "Customer 4"},
{
- src: "http://img.b2bpic.net/free-photo/front-view-woman-reading-tarot-home_23-2150273280.jpg",
- alt: "Customer 5",
- },
+ src: "http://img.b2bpic.net/free-photo/front-view-woman-reading-tarot-home_23-2150273280.jpg", alt: "Customer 5"},
]}
avatarText="Join 500+ happy collectors"
/>
@@ -107,7 +83,7 @@ export default function LandingPage() {
description="At Danger Room Comics, we believe every collector has a story. Whether you're chasing a grail, starting your journey, or looking to trade, our doors are open to everyone."
subdescription="Superb customer service, incredible variety, and an environment welcoming to all generations. Join our community of collectors in Salem, OR."
icon={Users}
- imageSrc="http://img.b2bpic.net/free-photo/young-hispanic-man-working-as-manager-retail-boutique-smiling-making-frame-with-hands-fingers-with-happy-face-creativity-photography-concept_839833-5501.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/young-hispanic-man-working-as-manager-retail-boutique-smiling-making-frame-with-hands-fingers-with-happy-face-creativity-photography-concept_839833-5501.jpg"
mediaAnimation="slide-up"
/>
@@ -118,28 +94,16 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- title: "Trading Cards",
- description: "Explore our massive selection of TCG and sports cards.",
- imageSrc: "http://img.b2bpic.net/free-photo/mexican-traditional-cards-game_23-2150558598.jpg?_wi=1",
- buttonIcon: "Zap",
+ title: "Trading Cards", description: "Explore our massive selection of TCG and sports cards.", imageSrc: "http://img.b2bpic.net/free-photo/mexican-traditional-cards-game_23-2150558598.jpg", buttonIcon: Zap,
},
{
- title: "Rare Comics",
- description: "Grails, first appearances, and modern classics await.",
- imageSrc: "http://img.b2bpic.net/free-photo/old-vhs-packaging-assortment_23-2149854278.jpg?_wi=1",
- buttonIcon: "BookOpen",
+ title: "Rare Comics", description: "Grails, first appearances, and modern classics await.", imageSrc: "http://img.b2bpic.net/free-photo/old-vhs-packaging-assortment_23-2149854278.jpg", buttonIcon: BookOpen,
},
{
- title: "Sports Memorabilia",
- description: "Signed jerseys, balls, and unique collector pieces.",
- imageSrc: "http://img.b2bpic.net/free-photo/hand-written-sport-word-blackboard_23-2148001305.jpg?_wi=1",
- buttonIcon: "Award",
+ title: "Sports Memorabilia", description: "Signed jerseys, balls, and unique collector pieces.", imageSrc: "http://img.b2bpic.net/free-photo/hand-written-sport-word-blackboard_23-2148001305.jpg", buttonIcon: Award,
},
{
- title: "Limited Editions",
- description: "Exclusive figures and rare items hard to find elsewhere.",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-vodoo-doll-cross-arrangement_23-2149622496.jpg",
- buttonIcon: "Sparkles",
+ title: "Limited Editions", description: "Exclusive figures and rare items hard to find elsewhere.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-vodoo-doll-cross-arrangement_23-2149622496.jpg", buttonIcon: Sparkles,
},
]}
title="Curated Collections"
@@ -153,60 +117,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Sarah J.",
- date: "Oct 2024",
- title: "Amazing Variety",
- quote: "Superb customer service and amazing variety at great prices.",
- tag: "Regular",
- avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-amusement-park_23-2147910667.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/vintage-light-lamp_74190-4394.jpg?_wi=2",
- imageAlt: "luxury comic shop interior dark theme",
- },
+ id: "1", name: "Sarah J.", date: "Oct 2024", title: "Amazing Variety", quote: "Superb customer service and amazing variety at great prices.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-amusement-park_23-2147910667.jpg", imageSrc: "http://img.b2bpic.net/free-photo/vintage-light-lamp_74190-4394.jpg", imageAlt: "luxury comic shop interior dark theme"},
{
- id: "2",
- name: "Mark D.",
- date: "Sep 2024",
- title: "Great Staff",
- quote: "The staff really knows their stuff. Highly recommended for any level.",
- tag: "Expert",
- avatarSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-shopping-bags-concept_23-2148734503.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-working-as-manager-retail-boutique-smiling-making-frame-with-hands-fingers-with-happy-face-creativity-photography-concept_839833-5501.jpg?_wi=2",
- imageAlt: "comic shop staff expert counter",
- },
+ id: "2", name: "Mark D.", date: "Sep 2024", title: "Great Staff", quote: "The staff really knows their stuff. Highly recommended for any level.", tag: "Expert", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-shopping-bags-concept_23-2148734503.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-working-as-manager-retail-boutique-smiling-making-frame-with-hands-fingers-with-happy-face-creativity-photography-concept_839833-5501.jpg", imageAlt: "comic shop staff expert counter"},
{
- id: "3",
- name: "Emily P.",
- date: "Aug 2024",
- title: "Kid Friendly",
- quote: "A great place to bring the children also, very welcoming atmosphere.",
- tag: "Family",
- avatarSrc: "http://img.b2bpic.net/free-photo/middle-age-woman-party-hat-holding-paper-bag-with-birthday-gifts-happy-cheerful-smiling-with-arm-raised_141793-107712.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/mexican-traditional-cards-game_23-2150558598.jpg?_wi=2",
- imageAlt: "trading cards collection premium",
- },
+ id: "3", name: "Emily P.", date: "Aug 2024", title: "Kid Friendly", quote: "A great place to bring the children also, very welcoming atmosphere.", tag: "Family", avatarSrc: "http://img.b2bpic.net/free-photo/middle-age-woman-party-hat-holding-paper-bag-with-birthday-gifts-happy-cheerful-smiling-with-arm-raised_141793-107712.jpg", imageSrc: "http://img.b2bpic.net/free-photo/mexican-traditional-cards-game_23-2150558598.jpg", imageAlt: "trading cards collection premium"},
{
- id: "4",
- name: "David K.",
- date: "Aug 2024",
- title: "Solid Shop",
- quote: "Genuine expertise unmatched in the local area. Great finds.",
- tag: "Collector",
- avatarSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167349.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/old-vhs-packaging-assortment_23-2149854278.jpg?_wi=2",
- imageAlt: "rare vintage comic book collection",
- },
+ id: "4", name: "David K.", date: "Aug 2024", title: "Solid Shop", quote: "Genuine expertise unmatched in the local area. Great finds.", tag: "Collector", avatarSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167349.jpg", imageSrc: "http://img.b2bpic.net/free-photo/old-vhs-packaging-assortment_23-2149854278.jpg", imageAlt: "rare vintage comic book collection"},
{
- id: "5",
- name: "Alex R.",
- date: "Jul 2024",
- title: "Unique Finds",
- quote: "You never know what you'll find here. Absolutely love the inventory.",
- tag: "Hunter",
- avatarSrc: "http://img.b2bpic.net/free-photo/front-view-woman-reading-tarot-home_23-2150273280.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/hand-written-sport-word-blackboard_23-2148001305.jpg?_wi=2",
- imageAlt: "signed sports memorabilia display",
- },
+ id: "5", name: "Alex R.", date: "Jul 2024", title: "Unique Finds", quote: "You never know what you'll find here. Absolutely love the inventory.", tag: "Hunter", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-woman-reading-tarot-home_23-2150273280.jpg", imageSrc: "http://img.b2bpic.net/free-photo/hand-written-sport-word-blackboard_23-2148001305.jpg", imageAlt: "signed sports memorabilia display"},
]}
title="Loved by Collectors"
description="See why enthusiasts in Salem keep returning to Danger Room Comics."
@@ -220,27 +139,16 @@ export default function LandingPage() {
description="Have a collection you're looking to sell or trade? Let us know what you have, and we'll help you get started."
inputs={[
{
- name: "name",
- type: "text",
- placeholder: "Your Name",
- required: true,
+ name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
- name: "email",
- type: "email",
- placeholder: "Email Address",
- required: true,
+ name: "email", type: "email", placeholder: "Email Address", required: true,
},
{
- name: "type",
- type: "text",
- placeholder: "Type of Collection (Cards, Comics, etc)",
- },
+ name: "type", type: "text", placeholder: "Type of Collection (Cards, Comics, etc)"},
]}
textarea={{
- name: "message",
- placeholder: "Tell us more about your collection...",
- rows: 4,
+ name: "message", placeholder: "Tell us more about your collection...", rows: 4,
required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/women-holding-pizza-full-shot_23-2149872414.jpg"
@@ -251,42 +159,27 @@ export default function LandingPage() {