3 Commits

Author SHA1 Message Date
beb47b1212 Update src/app/styles/variables.css 2026-04-23 02:55:43 +00:00
3684502318 Update src/app/page.tsx 2026-04-23 02:55:43 +00:00
0a9d353d5f Merge version_1 into main
Merge version_1 into main
2026-04-23 02:42:44 +00:00
2 changed files with 31 additions and 25 deletions

View File

@@ -2,15 +2,15 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import FooterBase from '@/components/sections/footer/FooterBase';
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardFour from '@/components/sections/product/ProductCardFour'; import ProductCardFour from '@/components/sections/product/ProductCardFour';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import TextAbout from '@/components/sections/about/TextAbout'; import TextAbout from '@/components/sections/about/TextAbout';
import { MapPin, MessageSquare, Star } from "lucide-react"; import { MapPin, MessageSquare, Star } from "lucide-react";
@@ -101,19 +101,18 @@ export default function LandingPage() {
</div> </div>
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardSix <TestimonialCardOne
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Alex R.", handle: "@localfoodie", testimonial: "Best burger I've had in Columbia by far.", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-side-view_23-2149872410.jpg" },
{ id: "2", name: "Jamie L.", handle: "@como_nightlife", testimonial: "Exactly what CoMo was looking for. Perfect drinks.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-friendly-asian-girl-smiling-serving-coffee-barista-giving-you-cup-coffee-prepare_1258-134034.jpg" },
{ id: "3", name: "Sam P.", handle: "@downtownco", testimonial: "The atmosphere is unmatched in downtown.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-business-lady-showing-thumb-up_1262-2980.jpg" },
{ id: "4", name: "Jordan K.", handle: "@steakenthusiast", testimonial: "Filet was cooked perfectly every time.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg" },
{ id: "5", name: "Riley B.", handle: "@mixologyfan", testimonial: "Craft cocktails are elite here.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-delicious-cocktail_23-2150166166.jpg" }
]}
title="Loved by Locals" title="Loved by Locals"
description="See why Highball is Columbia's favorite new spot." description="See why Highball is Columbia's favorite new spot."
testimonials={[
{ id: "1", name: "Alex R.", role: "Local Foodie", company: "CoMo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-side-view_23-2149872410.jpg" },
{ id: "2", name: "Jamie L.", role: "Nightlife Enthusiast", company: "CoMo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-friendly-asian-girl-smiling-serving-coffee-barista-giving-you-cup-coffee-prepare_1258-134034.jpg" },
{ id: "3", name: "Sam P.", role: "Downtown Resident", company: "CoMo", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-business-lady-showing-thumb-up_1262-2980.jpg" }
]}
/> />
</div> </div>
@@ -144,16 +143,23 @@ export default function LandingPage() {
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactText <ContactSplitForm
useInvertedBackground={false} title="Request a Private Reservation"
background={{ variant: "gradient-bars" }} description="Planning a larger party? Let us help you organize your next event."
text="Visit us at 132 S 9th St, Columbia, MO 65201. Reservations recommended." inputs={[
buttons={[{ text: "Reserve a Table", href: "https://highballcomo.com" }]} { name: "name", type: "text", placeholder: "Full Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true },
{ name: "date", type: "date", placeholder: "Preferred Date", required: true }
]}
textarea={{ name: "requests", placeholder: "Any special requests?", rows: 4 }}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/waiter-pouring-wine-glass-restaurant_1150-18451.jpg"
buttonText="Submit Request"
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBaseCard <FooterBase
logoText="Highball Kitchen & Cocktails" logoText="Highball Kitchen & Cocktails"
columns={[ columns={[
{ title: "Location", items: [{ label: "132 S 9th St, Columbia, MO", href: "#contact" }] }, { title: "Location", items: [{ label: "132 S 9th St, Columbia, MO", href: "#contact" }] },
@@ -165,4 +171,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #0a0a0a; --background: #f5faff;
--card: #121212; --card: #f1f8ff;
--foreground: #f5f5f5; --foreground: #001122;
--primary-cta: #c5a059; --primary-cta: #15479c;
--primary-cta-text: #000000; --primary-cta-text: #000000;
--secondary-cta: #1c1c1c; --secondary-cta: #ffffff;
--secondary-cta-text: #f5f5f5; --secondary-cta-text: #f5f5f5;
--accent: #333333; --accent: #e63946;
--background-accent: #1a1a1a; --background-accent: #f09199;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);