Merge version_1 into main #4
@@ -2,10 +2,10 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import FeatureCardTwentyFive from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
|
||||
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardOne';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import { Clock, Palette } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -27,17 +27,16 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Cards", id: "/cards" },
|
||||
{ name: "Trade", id: "/trade" },
|
||||
{ name: "Apparel", id: "/apparel" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Sudds TCG"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="product" data-section="product">
|
||||
<ProductCardFour
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -45,22 +44,23 @@ export default function LandingPage() {
|
||||
title="Apparel Collection"
|
||||
description="Custom embroidered gear."
|
||||
products={[
|
||||
{ id: "a1", name: "Logo Hoodie", price: "$60", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-funny-hat-white-wall_114579-27948.jpg", variant: "Black" },
|
||||
{ id: "a2", name: "Minimalist Hat", price: "$30", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-floral-concept-with-copy-space_23-2148599475.jpg", variant: "Navy" },
|
||||
{ id: "a1", name: "Logo Hoodie", price: "$60", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-funny-hat-white-wall_114579-27948.jpg" },
|
||||
{ id: "a2", name: "Minimalist Hat", price: "$30", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-floral-concept-with-copy-space_23-2148599475.jpg" },
|
||||
{ id: "a3", name: "Classic Tee", price: "$40", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-posing-studio_23-2149429028.jpg" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="feature" data-section="feature">
|
||||
<FeatureCardTwentyFive
|
||||
<FeatureBorderGlow
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Custom Work"
|
||||
description="We stitch what you love."
|
||||
features={[
|
||||
{ title: "High Quality", description: "Durable threads.", icon: Palette, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-posing-studio_23-2149429028.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-posing-studio_23-2149429028.jpg" }] },
|
||||
{ title: "Fast Turnaround", description: "Ready to wear.", icon: Clock, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-funny-hat-white-wall_114579-27948.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-funny-hat-white-wall_114579-27948.jpg" }] },
|
||||
{ title: "High Quality", description: "Durable threads.", icon: Palette },
|
||||
{ title: "Fast Turnaround", description: "Ready to wear.", icon: Clock },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import FeatureCardTwentyFive from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
|
||||
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import LegalSection from '@/components/legal/LegalSection';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
@@ -27,10 +27,9 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Cards", id: "/cards" },
|
||||
{ name: "Trade", id: "/trade" },
|
||||
{ name: "Apparel", id: "/apparel" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Sudds TCG"
|
||||
/>
|
||||
@@ -41,21 +40,21 @@ export default function LandingPage() {
|
||||
layout="section"
|
||||
title="Terms of Service"
|
||||
sections={[
|
||||
{ heading: "Policies", content: [{ text: "All trades are subject to inspection and approval." }] },
|
||||
{ heading: "Policies", content: [{ type: "paragraph", text: "All trades are subject to inspection and approval." }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="feature" data-section="feature">
|
||||
<FeatureCardTwentyFive
|
||||
<FeatureBorderGlow
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Support Channels"
|
||||
description="Get in touch with us anytime."
|
||||
features={[
|
||||
{ title: "Email Support", description: "hello@suddstcg.com", icon: Mail, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/young-girl-with-long-hair-wearing-colorful-dress-hiding-hera-face-clipboard_141793-28835.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/young-girl-with-long-hair-wearing-colorful-dress-hiding-hera-face-clipboard_141793-28835.jpg" }] },
|
||||
{ title: "Live Chat", description: "Available 9am-5pm.", icon: MessageSquare, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-female-shopaholic-speaking-mobile-phone-her-friend-boasting-about-her-purchases-while-shopping-city-mall-standing-rack-full-colorful-trendy-pieces-clothing_273609-731.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-female-shopaholic-speaking-mobile-phone-her-friend-boasting-about-her-purchases-while-shopping-city-mall-standing-rack-full-colorful-trendy-pieces-clothing_273609-731.jpg" }] },
|
||||
{ title: "Email Support", description: "hello@suddstcg.com", icon: Mail },
|
||||
{ title: "Live Chat", description: "Available 9am-5pm.", icon: MessageSquare },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FeatureCardTwentyFive from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
|
||||
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import { CheckCircle, Package } from "lucide-react";
|
||||
@@ -27,10 +27,9 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Cards", id: "/cards" },
|
||||
{ name: "Trade", id: "/trade" },
|
||||
{ name: "Apparel", id: "/apparel" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Sudds TCG"
|
||||
/>
|
||||
@@ -47,15 +46,15 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="feature" data-section="feature">
|
||||
<FeatureCardTwentyFive
|
||||
<FeatureBorderGlow
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Trading Process"
|
||||
description="How we handle your cards securely."
|
||||
features={[
|
||||
{ title: "Send In", description: "Pack your cards carefully.", icon: Package, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/mexican-traditional-cards-game_23-2150558596.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/mexican-traditional-cards-game_23-2150558596.jpg" }] },
|
||||
{ title: "Evaluation", description: "Our experts grade them.", icon: CheckCircle, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/stylish-smiling-young-man-holding-wireless-speaker-listening-music-orange_285396-9275.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/stylish-smiling-young-man-holding-wireless-speaker-listening-music-orange_285396-9275.jpg" }] }
|
||||
{ title: "Send In", description: "Pack your cards carefully.", icon: Package },
|
||||
{ title: "Evaluation", description: "Our experts grade them.", icon: CheckCircle }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user