Merge version_1 into main #3
@@ -6,9 +6,8 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'
|
||||
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import ProductCatalogItem from '@/components/ecommerce/productCatalog/ProductCatalogItem';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -28,14 +27,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu", id: "products"},
|
||||
{
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "products" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
]}
|
||||
brandName="Brew & Bean"
|
||||
/>
|
||||
@@ -46,8 +41,7 @@ export default function LandingPage() {
|
||||
logoText="Brew & Bean"
|
||||
description="Artisan coffee roasted to perfection, served in a space where community and comfort meet. Come experience the perfect cup."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Menu", href: "#products"},
|
||||
{ text: "View Our Menu", href: "#products" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tanned-lady-is-sitting-cafe-with-wooden-furniture-watching-video-phone_197531-17107.jpg"
|
||||
imageAlt="Fresh brewed coffee"
|
||||
@@ -59,7 +53,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Our Story"
|
||||
description={[
|
||||
"Founded on the principles of sustainability and quality, we source the finest organic beans directly from ethical farmers.", "Our roasting process is done in small batches to ensure that every cup you receive maintains the highest level of flavor and freshness.", "We believe that coffee is more than just a drink—it’s a daily ritual that brings people together."]}
|
||||
"Founded on the principles of sustainability and quality, we source the finest organic beans directly from ethical farmers.", "Our roasting process is done in small batches to ensure that every cup you receive maintains the highest level of flavor and freshness.", "We believe that coffee is more than just a drink—it’s a daily ritual that brings people together."
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -70,24 +65,12 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Classic Latte", price: "$4.50", rating: 5,
|
||||
reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-cappuccino-coffee-transparent-glass-table_23-2147908368.jpg"},
|
||||
{
|
||||
id: "p2", name: "Signature Cold Brew", price: "$5.00", rating: 5,
|
||||
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/refreshing-iced-coffee-with-condensation-dark-background_84443-83807.jpg"},
|
||||
{
|
||||
id: "p3", name: "Dark Roast Americano", price: "$3.50", rating: 4,
|
||||
reviewCount: "64", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-hot-coffee-drink_53876-13419.jpg"},
|
||||
{
|
||||
id: "p4", name: "Velvet Cappuccino", price: "$4.75", rating: 5,
|
||||
reviewCount: "152", imageSrc: "http://img.b2bpic.net/free-photo/hot-coffee-cup-with-nice-latte-art-decoration-old-wooden-texture-table_1150-6392.jpg"},
|
||||
{
|
||||
id: "p5", name: "Mocha Bliss", price: "$5.25", rating: 5,
|
||||
reviewCount: "97", imageSrc: "http://img.b2bpic.net/free-photo/glasses-with-tasty-coffee-assortment_23-2149514291.jpg"},
|
||||
{
|
||||
id: "p6", name: "Pour Over Special", price: "$6.00", rating: 5,
|
||||
reviewCount: "43", imageSrc: "http://img.b2bpic.net/free-photo/man-making-drip-fresh-coffee-vintage-coffee-shop_1150-14511.jpg"},
|
||||
{ id: "p1", brand: "Brew & Bean", name: "Classic Latte", price: "$4.50", rating: 5, reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-cappuccino-coffee-transparent-glass-table_23-2147908368.jpg" },
|
||||
{ id: "p2", brand: "Brew & Bean", name: "Signature Cold Brew", price: "$5.00", rating: 5, reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/refreshing-iced-coffee-with-condensation-dark-background_84443-83807.jpg" },
|
||||
{ id: "p3", brand: "Brew & Bean", name: "Dark Roast Americano", price: "$3.50", rating: 4, reviewCount: "64", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-hot-coffee-drink_53876-13419.jpg" },
|
||||
{ id: "p4", brand: "Brew & Bean", name: "Velvet Cappuccino", price: "$4.75", rating: 5, reviewCount: "152", imageSrc: "http://img.b2bpic.net/free-photo/hot-coffee-cup-with-nice-latte-art-decoration-old-wooden-texture-table_1150-6392.jpg" },
|
||||
{ id: "p5", brand: "Brew & Bean", name: "Mocha Bliss", price: "$5.25", rating: 5, reviewCount: "97", imageSrc: "http://img.b2bpic.net/free-photo/glasses-with-tasty-coffee-assortment_23-2149514291.jpg" },
|
||||
{ id: "p6", brand: "Brew & Bean", name: "Pour Over Special", price: "$6.00", rating: 5, reviewCount: "43", imageSrc: "http://img.b2bpic.net/free-photo/man-making-drip-fresh-coffee-vintage-coffee-shop_1150-14511.jpg" },
|
||||
]}
|
||||
title="Signature Brews"
|
||||
description="Handcrafted coffee drinks prepared by our expert baristas using freshly ground local beans."
|
||||
@@ -98,16 +81,11 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1", name: "Sarah Miller", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-barista-asian-girl-steaming-milk-cappuccino-prepare-latte-client-wearing_1258-203419.jpg"},
|
||||
{
|
||||
id: "t2", name: "James Chen", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-asian-woman-with-book-hands-sitting-cafe-drinking-coffee-eating_1258-199209.jpg"},
|
||||
{
|
||||
id: "t3", name: "Emily Davis", imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104611.jpg"},
|
||||
{
|
||||
id: "t4", name: "Marcus Wilson", imageSrc: "http://img.b2bpic.net/free-photo/samesex-homosexual-female-partners-drinking-coffee-eating-cakes-restaurant_273609-9461.jpg"},
|
||||
{
|
||||
id: "t5", name: "Elena Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/female-friends-having-conversation-coffee-kitchen_23-2148708901.jpg"},
|
||||
{ id: "t1", name: "Sarah Miller", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-barista-asian-girl-steaming-milk-cappuccino-prepare-latte-client-wearing_1258-203419.jpg" },
|
||||
{ id: "t2", name: "James Chen", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-asian-woman-with-book-hands-sitting-cafe-drinking-coffee-eating_1258-199209.jpg" },
|
||||
{ id: "t3", name: "Emily Davis", imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104611.jpg" },
|
||||
{ id: "t4", name: "Marcus Wilson", imageSrc: "http://img.b2bpic.net/free-photo/samesex-homosexual-female-partners-drinking-coffee-eating-cakes-restaurant_273609-9461.jpg" },
|
||||
{ id: "t5", name: "Elena Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/female-friends-having-conversation-coffee-kitchen_23-2148708901.jpg" },
|
||||
]}
|
||||
cardTitle="Loved by Locals"
|
||||
cardTag="Community"
|
||||
@@ -115,37 +93,12 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="ecommerce" data-section="ecommerce">
|
||||
<ProductCatalogItem product={{ id: "1", name: "Special Roast", price: "$10", rating: 5, reviewCount: "10", imageSrc: "" }} />
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Menu", href: "#products"},
|
||||
{
|
||||
label: "About Us", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "Menu", href: "#products" }, { label: "About Us", href: "#about" }] },
|
||||
{ items: [{ label: "Contact", href: "#contact" }, { label: "Careers", href: "#" }] },
|
||||
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
|
||||
]}
|
||||
logoText="Brew & Bean"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user