Merge version_2 into main #4
@@ -27,7 +27,7 @@ export default function ContactPage() {
|
||||
{ name: "Our Story", id: "about" },
|
||||
{ name: "Collection", id: "products" },
|
||||
{ name: "Craftsmanship", id: "craft" },
|
||||
{ name: "Contact", href: "/contact" }
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
brandName="Casa Habano Reserve"
|
||||
button={{ text: "Shop Now", href: "/" }}
|
||||
@@ -36,6 +36,8 @@ export default function ContactPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
tag="Contact Us"
|
||||
title="Reach Out to Casa Habano Reserve"
|
||||
description="We invite you to connect with us for inquiries, custom orders, or any questions about our exquisite collection. Our team is dedicated to providing an experience as refined as our cigars."
|
||||
|
||||
@@ -34,7 +34,7 @@ export default function LandingPage() {
|
||||
{ name: "Our Story", id: "about" },
|
||||
{ name: "Collection", id: "products" },
|
||||
{ name: "Craftsmanship", id: "craft" },
|
||||
{ name: "Contact", href: "/contact" }
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
brandName="Casa Habano Reserve"
|
||||
button={{ text: "Shop Now", href: "#products" }}
|
||||
@@ -90,7 +90,7 @@ export default function LandingPage() {
|
||||
{ id: "p3", name: "Gran Reserva Especial", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/daily-life-indigenous-people_52683-96788.jpg" },
|
||||
{ id: "p4", name: "Habana Natural", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/view-matchsticks-with-geometric-shapes_23-2149600203.jpg" },
|
||||
{ id: "p5", name: "Private Reserve Vitola", price: "$52", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-uncooked-pasta_23-2149164756.jpg" },
|
||||
{ id: "p6", name: "Estate Selection", price: "$35", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-roll-with-coffee-beans-pinecones-high-quality-photo_114579-26652.jpg" }
|
||||
{ id: "p6", name: "Chocolate & Vanilla", price: "$35", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-roll-with-coffee-beans-pinecones-high-quality-photo_114579-26652.jpg" }
|
||||
]}
|
||||
title="Our Collection"
|
||||
description="Each vitola in our reserve is individually selected by our master blender from the finest leaves."
|
||||
|
||||
Reference in New Issue
Block a user