Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 93875c2a27 | |||
| 3c6b7efc2f | |||
| 4cb77a4adf | |||
| 04bfd4516f |
@@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
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 FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||||
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
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';
|
import TextAbout from '@/components/sections/about/TextAbout';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
@@ -31,6 +31,7 @@ export default function LandingPage() {
|
|||||||
{ name: "Home", id: "hero" },
|
{ name: "Home", id: "hero" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "Menu", id: "menu" },
|
{ name: "Menu", id: "menu" },
|
||||||
|
{ name: "Testimonials", id: "testimonials" },
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "contact" },
|
||||||
]}
|
]}
|
||||||
brandName="Wisco Sips"
|
brandName="Wisco Sips"
|
||||||
@@ -42,7 +43,7 @@ export default function LandingPage() {
|
|||||||
background={{ variant: "gradient-bars" }}
|
background={{ variant: "gradient-bars" }}
|
||||||
title="Sip in Comfort"
|
title="Sip in Comfort"
|
||||||
description="Experience the warmth of Wisco Sips, where luxury meets cozy local charm in every cup."
|
description="Experience the warmth of Wisco Sips, where luxury meets cozy local charm in every cup."
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/coffee-cup_1203-7455.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/coffee-cup_1203-7455.jpg?_wi=1"
|
||||||
imageAlt="Luxurious café interior"
|
imageAlt="Luxurious café interior"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -60,10 +61,7 @@ export default function LandingPage() {
|
|||||||
products={[
|
products={[
|
||||||
{ id: "1", name: "Signature Espresso", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/hot-chocolate-with-whipped-cream_23-2151939168.jpg" },
|
{ 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: "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: "3", name: "Cold Brew Artisan", price: "$5.50", imageSrc: "http://img.b2bpic.net/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"
|
title="Curated Sips & Bites"
|
||||||
description="From single-origin roasts to fresh-baked artisan pastries, indulge in our curated menu."
|
description="From single-origin roasts to fresh-baked artisan pastries, indulge in our curated menu."
|
||||||
@@ -71,31 +69,28 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardOne
|
<TestimonialCardTwelve
|
||||||
animationType="slide-up"
|
cardTitle="Our Community"
|
||||||
textboxLayout="split"
|
cardTag="Voices"
|
||||||
gridVariant="three-columns-all-equal-width"
|
cardAnimation="slide-up"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
testimonials={[
|
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: "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", role: "Coffee Enthusiast", company: "DevStudio", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-bar_23-2147680953.jpg" },
|
{ id: "2", name: "James Chen", 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: "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" },
|
||||||
{ 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" },
|
|
||||||
]}
|
]}
|
||||||
title="What Our Community Says"
|
|
||||||
description="Heartfelt experiences from our regular coffee lovers."
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCTA
|
<ContactSplit
|
||||||
useInvertedBackground={false}
|
|
||||||
background={{ variant: "radial-gradient" }}
|
|
||||||
tag="Visit Us"
|
tag="Visit Us"
|
||||||
title="Stop by Wisco Sips"
|
title="Stop by Wisco Sips"
|
||||||
description="Find your new favorite spot on Main St. We are open daily for your morning ritual."
|
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?_wi=2"
|
||||||
|
background={{ variant: "plain" }}
|
||||||
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user