Merge version_1 into main #2
@@ -1,4 +1,4 @@
|
||||
use client";
|
||||
"use client";
|
||||
|
||||
import ReactLenis from "lenis/react";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
@@ -28,13 +28,10 @@ export default function BlogPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Menu", id: "signature-flavors" },
|
||||
{ name: "About", id: "brand-story" },
|
||||
{ name: "Delivery", id: "delivery-speed" },
|
||||
{ name: "Dine-In", id: "dine-in-experience" },
|
||||
{ name: "Blog", id: "/blog" },
|
||||
]}
|
||||
brandName="bb.q chicken"
|
||||
button={{ text: "Order Now", href: "#final-cta" }}
|
||||
button={{ text: "Order Now", href: "/#final-cta" }}
|
||||
className="py-4 px-6 md:px-8 lg:px-12 xl:px-16"
|
||||
buttonClassName="bg-primary-cta text-secondary-cta"
|
||||
buttonTextClassName="font-semibold"
|
||||
|
||||
@@ -48,8 +48,6 @@ export default function LandingPage() {
|
||||
showBlur={true}
|
||||
tag="★★★★★ Loved by Columbus locals"
|
||||
tagIcon={Star}
|
||||
buttonAnimation="text-stagger"
|
||||
tagAnimation="reveal-blur"
|
||||
className="min-h-[100vh]"
|
||||
titleClassName="text-6xl md:text-7xl lg:text-8xl xl:text-9xl font-extrabold"
|
||||
descriptionClassName="text-lg md:text-xl lg:text-2xl"
|
||||
@@ -120,7 +118,7 @@ export default function LandingPage() {
|
||||
description="Located near the OSU campus, bb.q chicken offers a spacious dine-in atmosphere perfect for groups, casual nights, or flavor-packed date nights."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[{id:1,title:"Comfortable seating",description:"Enjoy a relaxing meal in our modern and inviting dining area.",imageSrc:"https://img.b2bpic.net/free-photo/woman-dipping-chicken-croquette-into-sauce-beer-setup-with-nuts_140725-10810.jpg?_wi=1",imageAlt:"Modern restaurant interior with comfortable seating"},{id:2,title:"Friendly, hospitable staff",description:"Our team is dedicated to providing an exceptional dining experience.",imageSrc:"https://img.b2bpic.net/free-photo/woman-dipping-chicken-croquette-into-sauce-beer-setup-with-nuts_140725-10810.jpg?_wi=2",imageAlt:"Friendly restaurant staff serving customers"},{id:3,title:"Alcoholic beverages available",description:"Pair your chicken with a selection of beers, wines, or soju.",imageSrc:"https://img.b2bpic.net/free-photo/woman-dipping-chicken-croquette-into-sauce-beer-setup-with-nuts_140725-10810.jpg?_wi=3",imageAlt:"Alcoholic beverages served at a restaurant"},{id:4,title:"Convenient parking nearby",description:"Easy access with a parking garage located just steps away.",imageSrc:"https://img.b2bpic.net/free-photo/woman-dipping-chicken-croquette-into-sauce-beer-setup-with-nuts_140725-10810.jpg?_wi=4",imageAlt:"Parking garage near a restaurant"}]}
|
||||
features={[{id:1,title:"Comfortable seating",description:"Enjoy a relaxing meal in our modern and inviting dining area.",imageSrc:"https://img.b2bpic.net/free-photo/woman-dipping-chicken-croquette-into-sauce-beer-setup-with-nuts_140725-10810.jpg",imageAlt:"Modern restaurant interior with comfortable seating"},{id:2,title:"Friendly, hospitable staff",description:"Our team is dedicated to providing an exceptional dining experience.",imageSrc:"https://img.b2bpic.net/free-photo/woman-dipping-chicken-croquette-into-sauce-beer-setup-with-nuts_140725-10810.jpg",imageAlt:"Friendly restaurant staff serving customers"},{id:3,title:"Alcoholic beverages available",description:"Pair your chicken with a selection of beers, wines, or soju.",imageSrc:"https://img.b2bpic.net/free-photo/woman-dipping-chicken-croquette-into-sauce-beer-setup-with-nuts_140725-10810.jpg",imageAlt:"Alcoholic beverages served at a restaurant"},{id:4,title:"Convenient parking nearby",description:"Easy access with a parking garage located just steps away.",imageSrc:"https://img.b2bpic.net/free-photo/woman-dipping-chicken-croquette-into-sauce-beer-setup-with-nuts_140725-10810.jpg",imageAlt:"Parking garage near a restaurant"}]}
|
||||
className="py-20 md:py-32 lg:py-40"
|
||||
titleClassName="text-4xl md:text-5xl lg:text-6xl xl:text-7xl font-light"
|
||||
descriptionClassName="text-lg md:text-xl text-foreground/80"
|
||||
|
||||
Reference in New Issue
Block a user