Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
266
src/app/page.tsx
266
src/app/page.tsx
@@ -33,30 +33,18 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Games",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Games", id: "#products"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Reviews", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Visit Store",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Visit Store", href: "#contact"}}
|
||||
brandName="Smooth Velocity"
|
||||
/>
|
||||
</div>
|
||||
@@ -64,46 +52,29 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Smooth Velocity: Your Ultimate Gaming Destination"
|
||||
description="Dive into a universe of thrilling games, cutting-edge consoles, and accessories. Experience gaming like never before right here in Agartala."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Games",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Explore Games", href: "#products"},
|
||||
{
|
||||
text: "Visit Our Store",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Visit Our Store", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gamer-battling-enemies-multiplayer-shooter-discussing-with-other-players-through-headphones-mic_482257-77140.jpg",
|
||||
imageAlt: "Gamer playing an action-packed game",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gamer-battling-enemies-multiplayer-shooter-discussing-with-other-players-through-headphones-mic_482257-77140.jpg", imageAlt: "Gamer playing an action-packed game"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-friends-hostel_23-2150518184.jpg",
|
||||
imageAlt: "Game store shelves with various game titles",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-friends-hostel_23-2150518184.jpg", imageAlt: "Game store shelves with various game titles"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/defocused-airport-shop_1203-238.jpg",
|
||||
imageAlt: "Stack of new, sealed video game boxes",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/defocused-airport-shop_1203-238.jpg", imageAlt: "Stack of new, sealed video game boxes"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/preteen-scholar-works-school-assignment-with-green-screen-library_482257-125346.jpg",
|
||||
imageAlt: "Friends playing a multiplayer video game",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/preteen-scholar-works-school-assignment-with-green-screen-library_482257-125346.jpg", imageAlt: "Friends playing a multiplayer video game"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736745.jpg",
|
||||
imageAlt: "Sleek, next-generation gaming console",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736745.jpg", imageAlt: "Sleek, next-generation gaming console"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-gym-room-training-sports_23-2151699511.jpg",
|
||||
imageAlt: "eSports arena with professional gamers",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-gym-room-training-sports_23-2151699511.jpg", imageAlt: "eSports arena with professional gamers"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -114,14 +85,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="About Smooth Velocity"
|
||||
description={[
|
||||
"Smooth Velocity is Agartala's premier destination for gamers. We offer a wide selection of video games for all major platforms, from the latest blockbusters to timeless classics. Our mission is to build a vibrant gaming community where every player can find their next adventure.",
|
||||
"Located on the 1st Floor of ISBT Complex, Radha Nagar, we're open 10 AM to 8 PM, serving enthusiastic gamers with passion and expertise. Come and explore our world of immersive entertainment and join the Smooth Velocity family!",
|
||||
]}
|
||||
"Smooth Velocity is Agartala's premier destination for gamers. We offer a wide selection of video games for all major platforms, from the latest blockbusters to timeless classics. Our mission is to build a vibrant gaming community where every player can find their next adventure.", "Located on the 1st Floor of ISBT Complex, Radha Nagar, we're open 10 AM to 8 PM, serving enthusiastic gamers with passion and expertise. Come and explore our world of immersive entertainment and join the Smooth Velocity family!"]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#",
|
||||
},
|
||||
text: "Learn More", href: "#"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -135,23 +102,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Vast Game Library",
|
||||
description: "Explore thousands of titles across all genres and platforms, from RPGs to action-packed adventures. Find your next favorite game with us.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-art-style-pirate-character-portrait_23-2151486769.jpg",
|
||||
imageAlt: "Diverse game genres icons",
|
||||
},
|
||||
title: "Vast Game Library", description: "Explore thousands of titles across all genres and platforms, from RPGs to action-packed adventures. Find your next favorite game with us.", imageSrc: "http://img.b2bpic.net/free-photo/digital-art-style-pirate-character-portrait_23-2151486769.jpg", imageAlt: "Diverse game genres icons"},
|
||||
{
|
||||
title: "Vibrant Community Hub",
|
||||
description: "Connect with fellow gamers, participate in events, and share your passion. Smooth Velocity is more than a store; it's a gathering place for gamers.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/team-customer-service-staff-members-tracking-support-tickets_482257-117818.jpg",
|
||||
imageAlt: "Hands exchanging game disc and controller",
|
||||
},
|
||||
title: "Vibrant Community Hub", description: "Connect with fellow gamers, participate in events, and share your passion. Smooth Velocity is more than a store; it's a gathering place for gamers.", imageSrc: "http://img.b2bpic.net/free-photo/team-customer-service-staff-members-tracking-support-tickets_482257-117818.jpg", imageAlt: "Hands exchanging game disc and controller"},
|
||||
{
|
||||
title: "Expert Guidance",
|
||||
description: "Our knowledgeable staff are avid gamers themselves. Get personalized recommendations, tips, and advice to enhance your gaming experience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/startup-office-supervisor-checking-up-it-expert-using-artificial-intelligence_482257-118683.jpg",
|
||||
imageAlt: "Game store staff helping a customer",
|
||||
},
|
||||
title: "Expert Guidance", description: "Our knowledgeable staff are avid gamers themselves. Get personalized recommendations, tips, and advice to enhance your gaming experience.", imageSrc: "http://img.b2bpic.net/free-photo/startup-office-supervisor-checking-up-it-expert-using-artificial-intelligence_482257-118683.jpg", imageAlt: "Game store staff helping a customer"},
|
||||
]}
|
||||
title="Why Gamers Choose Us"
|
||||
description="Discover the perks of shopping at Smooth Velocity. We offer an unmatched selection and a welcoming environment for all gaming enthusiasts."
|
||||
@@ -163,49 +118,20 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "game-1",
|
||||
name: "Epic Quest Saga",
|
||||
price: "₹3,999",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/collage-cyber-punk-portrait_52683-103757.jpg",
|
||||
imageAlt: "Cover art for Epic Quest Saga",
|
||||
},
|
||||
id: "game-1", name: "Epic Quest Saga", price: "₹3,999", imageSrc: "http://img.b2bpic.net/free-photo/collage-cyber-punk-portrait_52683-103757.jpg", imageAlt: "Cover art for Epic Quest Saga"},
|
||||
{
|
||||
id: "accessory-1",
|
||||
name: "Aether Controller",
|
||||
price: "₹6,499",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rendering-abstract-futuristic-background-with-glowing-neon-blue-lights_181624-19824.jpg",
|
||||
imageAlt: "Aether gaming console controller",
|
||||
},
|
||||
id: "accessory-1", name: "Aether Controller", price: "₹6,499", imageSrc: "http://img.b2bpic.net/free-photo/rendering-abstract-futuristic-background-with-glowing-neon-blue-lights_181624-19824.jpg", imageAlt: "Aether gaming console controller"},
|
||||
{
|
||||
id: "game-2",
|
||||
name: "Neon Raceway",
|
||||
price: "₹2,499",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/batmobile-concept-car-with-neon-lights_23-2151649874.jpg",
|
||||
imageAlt: "Racing game on ultra-wide monitor",
|
||||
},
|
||||
id: "game-2", name: "Neon Raceway", price: "₹2,499", imageSrc: "http://img.b2bpic.net/free-photo/batmobile-concept-car-with-neon-lights_23-2151649874.jpg", imageAlt: "Racing game on ultra-wide monitor"},
|
||||
{
|
||||
id: "game-3",
|
||||
name: "Indie Gems Collection",
|
||||
price: "₹1,899",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282436.jpg",
|
||||
imageAlt: "Collection of indie games",
|
||||
},
|
||||
id: "game-3", name: "Indie Gems Collection", price: "₹1,899", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282436.jpg", imageAlt: "Collection of indie games"},
|
||||
{
|
||||
id: "hardware-1",
|
||||
name: "Spectra VR Headset",
|
||||
price: "₹49,999",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-vr-technology-desk_23-2148499819.jpg",
|
||||
imageAlt: "Spectra VR Headset",
|
||||
},
|
||||
id: "hardware-1", name: "Spectra VR Headset", price: "₹49,999", imageSrc: "http://img.b2bpic.net/free-photo/close-up-vr-technology-desk_23-2148499819.jpg", imageAlt: "Spectra VR Headset"},
|
||||
{
|
||||
id: "game-4",
|
||||
name: "Phantom Strike Elite",
|
||||
price: "₹3,499",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/soldier-futuristic-combat-scenario-with-drones-explosions_23-2152000918.jpg",
|
||||
imageAlt: "Tactical first-person shooter game",
|
||||
},
|
||||
id: "game-4", name: "Phantom Strike Elite", price: "₹3,499", imageSrc: "http://img.b2bpic.net/free-photo/soldier-futuristic-combat-scenario-with-drones-explosions_23-2152000918.jpg", imageAlt: "Tactical first-person shooter game"},
|
||||
]}
|
||||
title="Our Top Games & Consoles"
|
||||
description="Explore our curated collection of the hottest titles and the latest gaming hardware."
|
||||
@@ -219,23 +145,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Smile,
|
||||
title: "Happy Gamers",
|
||||
value: "5.02 Stars",
|
||||
},
|
||||
id: "m1", icon: Smile,
|
||||
title: "Happy Gamers", value: "5.02 Stars"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Headphones,
|
||||
title: "Games & Consoles",
|
||||
value: "1000+",
|
||||
},
|
||||
id: "m2", icon: Headphones,
|
||||
title: "Games & Consoles", value: "1000+"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Award,
|
||||
title: "Years of Service",
|
||||
value: "8+",
|
||||
},
|
||||
id: "m3", icon: Award,
|
||||
title: "Years of Service", value: "8+"},
|
||||
]}
|
||||
title="Our Impact in the Gaming Community"
|
||||
description="Proudly serving gamers with passion and dedication. See our journey and what makes us Agartala's favorite game store."
|
||||
@@ -250,50 +167,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Rajesh Kumar",
|
||||
role: "Avid Gamer",
|
||||
company: "Agartala",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/contemplated-serious-young-man-looking-camera_23-2148130297.jpg",
|
||||
videoAriaLabel: "Rajesh Kumar's testimonial",
|
||||
},
|
||||
id: "1", name: "Rajesh Kumar", role: "Avid Gamer", company: "Agartala", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/contemplated-serious-young-man-looking-camera_23-2148130297.jpg", videoAriaLabel: "Rajesh Kumar's testimonial"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Priya Sharma",
|
||||
role: "Casual Player",
|
||||
company: "Tripura",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-woman-smiles-brroadly-wears-casual-turtleneck-feels-pleased-poses-glad-against-red-background-joyful-female-model-has-cheerful-expression-feels-optimistic-enjoys-good-day_273609-57948.jpg",
|
||||
videoAriaLabel: "Priya Sharma's testimonial",
|
||||
},
|
||||
id: "2", name: "Priya Sharma", role: "Casual Player", company: "Tripura", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-woman-smiles-brroadly-wears-casual-turtleneck-feels-pleased-poses-glad-against-red-background-joyful-female-model-has-cheerful-expression-feels-optimistic-enjoys-good-day_273609-57948.jpg", videoAriaLabel: "Priya Sharma's testimonial"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Amit Das",
|
||||
role: "Console Enthusiast",
|
||||
company: "Local Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-man-using-laptop-office_1303-27006.jpg",
|
||||
videoAriaLabel: "Amit Das's testimonial",
|
||||
},
|
||||
id: "3", name: "Amit Das", role: "Console Enthusiast", company: "Local Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-man-using-laptop-office_1303-27006.jpg", videoAriaLabel: "Amit Das's testimonial"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sonia Devi",
|
||||
role: "Indie Game Lover",
|
||||
company: "Gamer Community",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-good-looking-cheerful-european-woman-with-curly-bushy-hair-smiles-broadly-dressed-green-turtleneck-isolated-pink-wall-carefree-smiling-european-female-enjoys-free-time_273609-49672.jpg",
|
||||
videoAriaLabel: "Sonia Devi's testimonial",
|
||||
},
|
||||
id: "4", name: "Sonia Devi", role: "Indie Game Lover", company: "Gamer Community", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-good-looking-cheerful-european-woman-with-curly-bushy-hair-smiles-broadly-dressed-green-turtleneck-isolated-pink-wall-carefree-smiling-european-female-enjoys-free-time_273609-49672.jpg", videoAriaLabel: "Sonia Devi's testimonial"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Rahul Barman",
|
||||
role: "Student Gamer",
|
||||
company: "University of Tripura",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-love-embracing-near-wall_8353-7511.jpg",
|
||||
videoAriaLabel: "Rahul Barman's testimonial",
|
||||
},
|
||||
id: "5", name: "Rahul Barman", role: "Student Gamer", company: "University of Tripura", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-love-embracing-near-wall_8353-7511.jpg", videoAriaLabel: "Rahul Barman's testimonial"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Hear from our happy gamers who've found their perfect game at Smooth Velocity."
|
||||
@@ -306,20 +193,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "What are your store hours?",
|
||||
content: "We are open from 10 AM to 8 PM, Tuesday through Sunday. We are closed on Mondays.",
|
||||
},
|
||||
id: "faq1", title: "What are your store hours?", content: "We are open from 10 AM to 8 PM, Tuesday through Sunday. We are closed on Mondays."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Where is Smooth Velocity located?",
|
||||
content: "You can find us on the 1st Floor, ISBT Complex, Radha Nagar, Agartala, Tripura 799001.",
|
||||
},
|
||||
id: "faq2", title: "Where is Smooth Velocity located?", content: "You can find us on the 1st Floor, ISBT Complex, Radha Nagar, Agartala, Tripura 799001."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Do you offer game trade-ins?",
|
||||
content: "Yes, we offer trade-in services for used games and consoles. Please visit our store for an appraisal.",
|
||||
},
|
||||
id: "faq3", title: "Do you offer game trade-ins?", content: "Yes, we offer trade-in services for used games and consoles. Please visit our store for an appraisal."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about our store, products, and services."
|
||||
@@ -331,8 +209,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Get in Touch"
|
||||
title="Visit Us or Send a Message"
|
||||
description="We're always here to help you find your next adventure. Reach out to our team for any inquiries about games, consoles, or community events."
|
||||
@@ -346,58 +223,35 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#home",
|
||||
},
|
||||
label: "Home", href: "#home"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Games",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Games", href: "#products"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Reviews", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Store Info",
|
||||
items: [
|
||||
title: "Store Info", items: [
|
||||
{
|
||||
label: "Location: ISBT Complex, Radha Nagar, Agartala",
|
||||
href: "https://www.google.com/maps/search/Game+store+in+Agartala,+Tripura+1st+Floor,+ISBT+Complex,+Radha+Nagar,+Agartala,+Tripura+799001",
|
||||
},
|
||||
label: "Location: ISBT Complex, Radha Nagar, Agartala", href: "https://www.google.com/maps/search/Game+store+in+Agartala,+Tripura+1st+Floor,+ISBT+Complex,+Radha+Nagar,+Agartala,+Tripura+799001"},
|
||||
{
|
||||
label: "Hours: Closed · Opens 10 am",
|
||||
href: "#",
|
||||
},
|
||||
label: "Hours: Closed · Opens 10 am", href: "#"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com",
|
||||
},
|
||||
label: "Facebook", href: "https://facebook.com"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com"},
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "https://twitter.com",
|
||||
},
|
||||
label: "Twitter", href: "https://twitter.com"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user