Merge version_2 into main #2
@@ -2,12 +2,12 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -31,6 +31,7 @@ export default function LandingPage() {
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Wisco Sips"
|
||||
@@ -61,9 +62,6 @@ export default function LandingPage() {
|
||||
{ id: "1", name: "Signature Espresso", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/hot-chocolate-with-whipped-cream_23-2151939168.jpg" },
|
||||
{ id: "2", name: "Golden Croissant", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-croissants-jam-coffee_23-2148243527.jpg" },
|
||||
{ id: "3", name: "Cold Brew Artisan", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/iced-latte-glass-pink-stand-wooden-table-cranberry-pie-summer-cafe-green-bushes_343596-1527.jpg" },
|
||||
{ id: "4", name: "Velvet Cappuccino", price: "$4.75", imageSrc: "http://img.b2bpic.net/free-photo/caffeine-romantic-milk-wood-aroma_1232-4541.jpg" },
|
||||
{ id: "5", name: "Matcha Bliss", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-smoothies-basket_23-2148574145.jpg" },
|
||||
{ id: "6", name: "Blueberry Artisan Muffin", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cupcake-concept_23-2148777780.jpg" },
|
||||
]}
|
||||
title="Curated Sips & Bites"
|
||||
description="From single-origin roasts to fresh-baked artisan pastries, indulge in our curated menu."
|
||||
@@ -71,31 +69,26 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
<TestimonialCardTwelve
|
||||
cardTitle="Our Community"
|
||||
cardTag="Voices"
|
||||
cardAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah Miller", role: "Local Creative", company: "Wisco Art", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/spectacular-lovable-girl-with-curls-dressed-brown-shirt-is-looking-camera-with-wonderful-smile-while-sitting-cafe-with-coffee_291650-2187.jpg" },
|
||||
{ id: "2", name: "James Chen", role: "Coffee Enthusiast", company: "DevStudio", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-bar_23-2147680953.jpg" },
|
||||
{ id: "3", name: "Emily Davis", role: "Teacher", company: "Local School", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-smiling-hipster-female-trendy-summer-clothescarefree-women-posing-veranda-cafe-streetpositive-models-drinking-white-wineenjoying-their-vacationeating-croissant_158538-24269.jpg" },
|
||||
{ id: "4", name: "Marcus Thorne", role: "Architect", company: "Thorne Design", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-businessman-speaking-smartphone-cafe_23-2147793071.jpg" },
|
||||
{ id: "5", name: "Clara Higgins", role: "Marketing Lead", company: "BrandCo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/student-girl-learning-online-outdoor-with-coffee-go_496169-2407.jpg" },
|
||||
{ id: "1", name: "Sarah Miller", imageSrc: "http://img.b2bpic.net/free-photo/spectacular-lovable-girl-with-curls-dressed-brown-shirt-is-looking-camera-with-wonderful-smile-while-sitting-cafe-with-coffee_291650-2187.jpg" },
|
||||
{ id: "2", name: "James Chen", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-bar_23-2147680953.jpg" },
|
||||
{ id: "3", name: "Emily Davis", imageSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-smiling-hipster-female-trendy-summer-clothescarefree-women-posing-veranda-cafe-streetpositive-models-drinking-white-wineenjoying-their-vacationeating-croissant_158538-24269.jpg" },
|
||||
]}
|
||||
title="What Our Community Says"
|
||||
description="Heartfelt experiences from our regular coffee lovers."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
<ContactSplit
|
||||
tag="Visit Us"
|
||||
title="Stop by Wisco Sips"
|
||||
description="Find your new favorite spot on Main St. We are open daily for your morning ritual."
|
||||
buttons={[{ text: "Get Directions", href: "#" }]}
|
||||
mediaPosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/coffee-cup_1203-7455.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -109,4 +102,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user