From df95b6da5bb9b199929b0540fc58bb7418a13c0e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 03:24:57 +0000 Subject: [PATCH 1/3] Add src/app/contact/page.tsx --- src/app/contact/page.tsx | 135 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 135 insertions(+) create mode 100644 src/app/contact/page.tsx diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx new file mode 100644 index 0000000..cce6a09 --- /dev/null +++ b/src/app/contact/page.tsx @@ -0,0 +1,135 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; + +export default function ContactPage() { + const navItems = [ + { name: "Home", id: "/#hero" }, + { name: "About", id: "/#about" }, + { name: "How It Works", id: "/#features" }, + { name: "Leaderboard", id: "/#products" }, + { name: "Player Reviews", id: "/#testimonials" }, + { name: "FAQ", id: "/#faq" }, + { name: "Contact", id: "/contact" } + ]; + + const navbarButton = { + text: "Start Predicting", href: "/contact" + }; + + const footerColumns = [ + { + title: "Company", items: [ + { label: "About Us", href: "/#about" }, + { label: "Contact Us", href: "/contact" }, + { label: "Privacy Policy", href: "#" } + ] + }, + { + title: "Game", items: [ + { label: "How It Works", href: "/#features" }, + { label: "Leaderboard", href: "/#products" }, + { label: "Rules", href: "/#features" } + ] + }, + { + title: "Support", items: [ + { label: "FAQ", href: "/#faq" }, + { label: "Support", href: "/contact" }, + { label: "Terms of Service", href: "#" } + ] + } + ]; + + const testimonialsData = [ + { + id: "t1", name: "Ahmed Khan", role: "Avid Fan", company: "Football Enthusiast", rating: 5, + imageSrc: "https://img.b2bpic.net/free-photo/young-dark-haired-man-smiling-posing_1407314.jpg?_wi=1" + }, + { + id: "t2", name: "Maria Silva", role: "Casual Player", company: "Prediction Rookie", rating: 5, + imageSrc: "https://img.b2bpic.net/free-photo/young-happy-brunette-girl-denim-jacket_1407315.jpg?_wi=1" + }, + { + id: "t3", name: "Chris Lee", role: "Stats Guru", company: "Analyst by Heart", rating: 5, + imageSrc: "https://img.b2bpic.net/free-photo/young-african-american-man-isolated-blue-background_1407316.jpg?_wi=1" + }, + { + id: "t4", name: "Sophie Dubois", role: "Friendly Competitor", company: "Team Captain", rating: 4, + imageSrc: "https://img.b2bpic.net/free-photo/cheerful-brunette-female-isolated_1407317.jpg?_wi=1" + }, + { + id: "t5", name: "Leo Messi", role: "Legendary Player", company: "Argentina National Team", rating: 5, + imageSrc: "https://img.b2bpic.net/free-photo/messi-ball_1407318.jpg?_wi=1", imageAlt: "Leo Messi testimonial" + } + ]; + + return ( + + + + +
+ +
+ +
+ +
+ + +
+
+ ); +} From 3103d8983b92315fb29dffb2e52273ffe867390c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 03:24:57 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 94 +++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 93 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8161857..851b324 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,10 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Trophy, Users, ShieldCheck } from "lucide-react"; +import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; +import { Trophy, Users, ShieldCheck, Wifi, Car, Cloud, Coffee } from "lucide-react"; export default function LandingPage() { return ( @@ -38,6 +41,15 @@ export default function LandingPage() { name: "About", id: "#about"}, { name: "How It Works", id: "#features"}, + { + name: "Rooms & Rates", id: "#rooms-rates" + }, + { + name: "Gallery", id: "#gallery" + }, + { + name: "Amenities", id: "#amenities" + }, { name: "Leaderboard", id: "#products"}, { @@ -106,6 +118,86 @@ export default function LandingPage() { /> +
+ +
+ + + +
+ +
+
Date: Tue, 26 May 2026 03:24:57 +0000 Subject: [PATCH 3/3] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index b7afc67..e4c3b16 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f4ef; - --card: #dad6cd; - --foreground: #2a2928; - --primary-cta: #2a2928; + --background: #f5f4f0; + --card: #ffffff; + --foreground: #1a1a1a; + --primary-cta: #2c2c2c; --primary-cta-text: #f5f4ef; - --secondary-cta: #ecebea; + --secondary-cta: #f5f4f0; --secondary-cta-text: #2a2928; - --accent: #ffffff; - --background-accent: #c6b180; + --accent: #8a8a8a; + --background-accent: #e8e6e1; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);