Update src/app/page.tsx
This commit is contained in:
@@ -3,14 +3,12 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -52,6 +50,7 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<SplitAbout
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
title="Our Coffee Journey"
|
||||
description="We pride ourselves on community and quality. Whether you're here to study, work, or catch up with friends, our doors are open."
|
||||
bulletPoints={[
|
||||
@@ -68,15 +67,16 @@ export default function LandingPage() {
|
||||
<FeatureCardTwelve
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "coffee", label: "Coffee", title: "Signature Brews", items: ["House Blend Drip", "Pour Over", "Cold Brew", "Espresso"]
|
||||
id: "coffee", label: "Coffee", title: "Signature Brews", items: ["House Blend Drip", "Pour Over", "Cold Brew", "Espresso"]
|
||||
},
|
||||
{
|
||||
id: "non-coffee", label: "Non-Coffee", title: "Craft Beverages", items: ["Chai Latte", "Matcha", "Hot Chocolate", "Seasonal Teas"]
|
||||
id: "non-coffee", label: "Non-Coffee", title: "Craft Beverages", items: ["Chai Latte", "Matcha", "Hot Chocolate", "Seasonal Teas"]
|
||||
},
|
||||
{
|
||||
id: "food", label: "Eats", title: "Artisan Food", items: ["Butter Croissant", "Avocado Toast", "Daily Scones", "Breakfast Sandwiches"]
|
||||
id: "food", label: "Eats", title: "Artisan Food", items: ["Butter Croissant", "Avocado Toast", "Daily Scones", "Breakfast Sandwiches"]
|
||||
}
|
||||
]}
|
||||
title="Our Menu Highlights"
|
||||
@@ -88,6 +88,7 @@ export default function LandingPage() {
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
products={[
|
||||
{ id: "c1", name: "Signature Drip", price: "$3.00", imageSrc: "http://img.b2bpic.net/free-photo/closeup-white-coffee-cup-wooden-table_53876-31719.jpg" },
|
||||
@@ -102,6 +103,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Find Us"
|
||||
description="We're located on College Avenue. Visit us for your daily caffeine fix!"
|
||||
inputs={[
|
||||
|
||||
Reference in New Issue
Block a user