diff --git a/src/app/page.tsx b/src/app/page.tsx index 1b29b96..b37111a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,24 +31,13 @@ export default function LandingPage() {
@@ -57,39 +46,18 @@ export default function LandingPage() { title="Elite Designs for Elite Gamers" description="Level up your brand with unique logos and visuals built for the gaming generation." buttons={[ - { - text: "View Designs", - href: "#products", - }, - { - text: "Start Project", - href: "#contact", - }, + { text: "View Designs", href: "#products" }, + { text: "Start Project", href: "#contact" }, ]} imageSrc="http://img.b2bpic.net/free-photo/smiling-man-lounged-couch-eating-popcorn-while-watching-movie_482257-120599.jpg" imageAlt="Futuristic gaming setup" showDimOverlay={true} avatars={[ - { - src: "http://img.b2bpic.net/free-photo/futuristic-nightclub-with-illuminated-technology-equipment-performance-stage-generated-by-ai_188544-27305.jpg", - alt: "Content creator 1", - }, - { - src: "http://img.b2bpic.net/free-photo/emo-teen-writing-notebook-side-view_23-2149829802.jpg", - alt: "Content creator 2", - }, - { - src: "http://img.b2bpic.net/free-photo/long-shot-woman-working-laptop-from-home_23-2148304871.jpg", - alt: "Content creator 3", - }, - { - src: "http://img.b2bpic.net/free-photo/popcorn-bowl-table-living-room-close-up-panning-shot_482257-119668.jpg", - alt: "Content creator 4", - }, - { - src: "http://img.b2bpic.net/free-photo/smiling-man-lounged-couch-eating-popcorn-while-watching-movie_482257-120599.jpg", - alt: "Content creator 5", - }, + { src: "http://img.b2bpic.net/free-photo/futuristic-nightclub-with-illuminated-technology-equipment-performance-stage-generated-by-ai_188544-27305.jpg", alt: "Content creator 1" }, + { src: "http://img.b2bpic.net/free-photo/emo-teen-writing-notebook-side-view_23-2149829802.jpg", alt: "Content creator 2" }, + { src: "http://img.b2bpic.net/free-photo/long-shot-woman-working-laptop-from-home_23-2148304871.jpg", alt: "Content creator 3" }, + { src: "http://img.b2bpic.net/free-photo/popcorn-bowl-table-living-room-close-up-panning-shot_482257-119668.jpg", alt: "Content creator 4" }, + { src: "http://img.b2bpic.net/free-photo/smiling-man-lounged-couch-eating-popcorn-while-watching-movie_482257-120599.jpg", alt: "Content creator 5" }, ]} avatarText="Trusted by 500+ creators" /> @@ -111,24 +79,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - title: "Unique Logos", - description: "Custom emblems designed to make your identity pop across every platform.", - imageSrc: "http://img.b2bpic.net/free-photo/vr-glasses-gaming_23-2151138307.jpg", - imageAlt: "Logo feature", - }, - { - title: "Esports Quality", - description: "High-impact designs that reflect the energy and intensity of top-tier gaming.", - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-watching-tv-sitting-sofa-male-fan_639032-2832.jpg", - imageAlt: "Esports feature", - }, - { - title: "Fast Turnaround", - description: "Quick, professional delivery without compromising on the quality of your brand assets.", - imageSrc: "http://img.b2bpic.net/free-photo/bright-neon-colors-illuminated-arrow_23-2151204975.jpg", - imageAlt: "Speed feature", - }, + { title: "Unique Logos", description: "Custom emblems designed to make your identity pop across every platform.", imageSrc: "http://img.b2bpic.net/free-photo/vr-glasses-gaming_23-2151138307.jpg", imageAlt: "Logo feature" }, + { title: "Esports Quality", description: "High-impact designs that reflect the energy and intensity of top-tier gaming.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-watching-tv-sitting-sofa-male-fan_639032-2832.jpg", imageAlt: "Esports feature" }, + { title: "Fast Turnaround", description: "Quick, professional delivery without compromising on the quality of your brand assets.", imageSrc: "http://img.b2bpic.net/free-photo/bright-neon-colors-illuminated-arrow_23-2151204975.jpg", imageAlt: "Speed feature" }, ]} title="Why PixelForge?" description="Professional gaming design crafted for performance and impact." @@ -137,70 +90,17 @@ export default function LandingPage() {