Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-07 04:02:04 +00:00

View File

@@ -9,7 +9,7 @@ import FooterSimple from '@/components/sections/footer/FooterSimple';
import HeroSplit from '@/components/sections/hero/HeroSplit';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import { Clock, MapPin, Users } from "lucide-react";
import { Clock, Users, MapPin } from "lucide-react";
export default function LandingPage() {
return (
@@ -17,23 +17,21 @@ export default function LandingPage() {
defaultButtonVariant="directional-hover"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Details",
id: "info",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "Details", id: "info" },
{ name: "Contact", id: "contact" },
]}
brandName="The Tangy Twist Tent"
/>
@@ -41,64 +39,25 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplit
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="The Tangy Twist Tent"
description="Welcome to your local spot in Woodlawn, VA. Experience our unique offerings at 45 Wallstown Ln."
buttons={[
{
text: "Get Directions",
href: "https://maps.apple.com/p/SnS~cc~V~JmqCq",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/women-having-fun-food-festival_23-2149500425.jpg?_wi=1"
buttons={[{ text: "Get Directions", href: "https://maps.apple.com/p/SnS~cc~V~JmqCq" }]}
imageSrc="http://img.b2bpic.net/free-photo/women-having-fun-food-festival_23-2149500425.jpg"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/women-having-fun-food-festival_23-2149500425.jpg",
alt: "Customer 1",
},
{
src: "http://img.b2bpic.net/free-photo/women-having-fun-food-festival_23-2149500425.jpg",
alt: "Customer 2",
},
{
src: "http://img.b2bpic.net/free-photo/women-having-fun-food-festival_23-2149500425.jpg",
alt: "Customer 3",
},
{
src: "http://img.b2bpic.net/free-photo/women-having-fun-food-festival_23-2149500425.jpg",
alt: "Customer 4",
},
{
src: "http://img.b2bpic.net/free-photo/women-having-fun-food-festival_23-2149500425.jpg",
alt: "Customer 5",
},
{ src: "http://img.b2bpic.net/free-photo/women-having-fun-food-festival_23-2149500425.jpg", alt: "Customer 1" },
{ src: "http://img.b2bpic.net/free-photo/women-having-fun-food-festival_23-2149500425.jpg", alt: "Customer 2" },
{ src: "http://img.b2bpic.net/free-photo/women-having-fun-food-festival_23-2149500425.jpg", alt: "Customer 3" },
{ src: "http://img.b2bpic.net/free-photo/women-having-fun-food-festival_23-2149500425.jpg", alt: "Customer 4" },
{ src: "http://img.b2bpic.net/free-photo/women-having-fun-food-festival_23-2149500425.jpg", alt: "Customer 5" },
]}
marqueeItems={[
{
type: "text",
text: "Fresh Flavors",
},
{
type: "text-icon",
text: "Open Daily",
icon: Clock,
},
{
type: "text",
text: "Locally Sourced",
},
{
type: "text-icon",
text: "Family Friendly",
icon: Users,
},
{
type: "text",
text: "Tangy Twist Specialties",
},
{ type: "text", text: "Fresh Flavors" },
{ type: "text-icon", text: "Open Daily", icon: Clock },
{ type: "text", text: "Locally Sourced" },
{ type: "text-icon", text: "Family Friendly", icon: Users },
{ type: "text", text: "Tangy Twist Specialties" },
]}
/>
</div>
@@ -125,27 +84,11 @@ export default function LandingPage() {
description="Discover what makes The Tangy Twist Tent a community favorite."
features={[
{
id: "1",
title: "Fresh Ingredients",
author: "Chef Team",
description: "We use only the freshest produce.",
tags: [
"Fresh",
"Organic",
],
imageSrc: "http://img.b2bpic.net/free-photo/women-having-fun-food-festival_23-2149500425.jpg?_wi=2",
},
id: "1", title: "Fresh Ingredients", author: "Chef Team", description: "We use only the freshest produce.", tags: ["Fresh", "Organic"],
imageSrc: "http://img.b2bpic.net/free-photo/women-having-fun-food-festival_23-2149500425.jpg"},
{
id: "2",
title: "Quick Service",
author: "Staff",
description: "Fast and friendly service every time.",
tags: [
"Speed",
"Convenience",
],
imageSrc: "http://img.b2bpic.net/free-photo/call-center-agent-laughing-funny-joke-while-talking-with-customer-office_482257-125812.jpg?_wi=1",
},
id: "2", title: "Quick Service", author: "Staff", description: "Fast and friendly service every time.", tags: ["Speed", "Convenience"],
imageSrc: "http://img.b2bpic.net/free-photo/call-center-agent-laughing-funny-joke-while-talking-with-customer-office_482257-125812.jpg"},
]}
/>
</div>
@@ -158,15 +101,9 @@ export default function LandingPage() {
faqsAnimation="slide-up"
faqs={[
{
id: "q1",
title: "Are you open on Sundays?",
content: "No, we are currently closed on Sundays to allow our staff to rest.",
},
id: "q1", title: "Are you open on Sundays?", content: "No, we are currently closed on Sundays to allow our staff to rest."},
{
id: "q2",
title: "Do you offer takeout?",
content: "Yes, we encourage ordering ahead online.",
},
id: "q2", title: "Do you offer takeout?", content: "Yes, we encourage ordering ahead online."},
]}
/>
</div>
@@ -177,22 +114,11 @@ export default function LandingPage() {
title="Contact Us"
description="Have questions? Feel free to reach out to us at +1 (276) 237-3410 or visit our website for more information."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
},
{
name: "email",
type: "email",
placeholder: "Your Email",
},
{ name: "name", type: "text", placeholder: "Your Name" },
{ name: "email", type: "email", placeholder: "Your Email" },
]}
textarea={{
name: "message",
placeholder: "How can we help?",
}}
imageSrc="http://img.b2bpic.net/free-photo/call-center-agent-laughing-funny-joke-while-talking-with-customer-office_482257-125812.jpg?_wi=2"
textarea={{ name: "message", placeholder: "How can we help?" }}
imageSrc="http://img.b2bpic.net/free-photo/call-center-agent-laughing-funny-joke-while-talking-with-customer-office_482257-125812.jpg"
/>
</div>
@@ -200,25 +126,12 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Visit Us",
items: [
{
label: "45 Wallstown Ln, Woodlawn, VA",
href: "#",
},
],
title: "Visit Us", items: [{ label: "45 Wallstown Ln, Woodlawn, VA", href: "#" }],
},
{
title: "Contact",
items: [
{
label: "+1 (276) 237-3410",
href: "tel:+12762373410",
},
{
label: "the-tangy-twist-tent.square.site",
href: "https://the-tangy-twist-tent.square.site",
},
title: "Contact", items: [
{ label: "+1 (276) 237-3410", href: "tel:+12762373410" },
{ label: "the-tangy-twist-tent.square.site", href: "https://the-tangy-twist-tent.square.site" },
],
},
]}
@@ -229,4 +142,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}