Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -29,12 +29,12 @@ export default function BlogPage() {
|
|||||||
brandName="Alisa"
|
brandName="Alisa"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Shop", id: "products" },
|
{ name: "Shop", id: "/shop" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "Testimonials", id: "testimonials" },
|
{ name: "Testimonials", id: "testimonials" },
|
||||||
{ name: "Contact", id: "contact" }
|
{ name: "Contact", id: "contact" }
|
||||||
]}
|
]}
|
||||||
button={{ text: "Order Now", href: "products" }}
|
button={{ text: "Order Now", href: "/shop" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -63,7 +63,7 @@ export default function BlogPage() {
|
|||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{ label: "Shop Flowers", href: "products" },
|
{ label: "Shop Flowers", href: "/shop" },
|
||||||
{ label: "About Us", href: "about" },
|
{ label: "About Us", href: "about" },
|
||||||
{ label: "Testimonials", href: "testimonials" }
|
{ label: "Testimonials", href: "testimonials" }
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -29,13 +29,13 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
brandName="Alisa"
|
brandName="Alisa"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Shop", id: "products" },
|
{ name: "Shop", id: "/shop" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "Testimonials", id: "testimonials" },
|
{ name: "Testimonials", id: "testimonials" },
|
||||||
{ name: "Contact", id: "contact" }
|
{ name: "Contact", id: "contact" }
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Order Now", href: "products"
|
text: "Order Now", href: "/shop"
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -52,7 +52,7 @@ export default function LandingPage() {
|
|||||||
showBlur={true}
|
showBlur={true}
|
||||||
showDimOverlay={false}
|
showDimOverlay={false}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Shop Flowers", href: "products" },
|
{ text: "Shop Flowers", href: "/shop" },
|
||||||
{ text: "Learn More", href: "about" }
|
{ text: "Learn More", href: "about" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -211,7 +211,7 @@ export default function LandingPage() {
|
|||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{ label: "Shop Flowers", href: "products" },
|
{ label: "Shop Flowers", href: "/shop" },
|
||||||
{ label: "About Us", href: "about" },
|
{ label: "About Us", href: "about" },
|
||||||
{ label: "Testimonials", href: "testimonials" }
|
{ label: "Testimonials", href: "testimonials" }
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -86,12 +86,12 @@ export default function ProductPage({ params }: ProductPageProps) {
|
|||||||
brandName="Alisa"
|
brandName="Alisa"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Shop", id: "products" },
|
{ name: "Shop", id: "/shop" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "Testimonials", id: "testimonials" },
|
{ name: "Testimonials", id: "testimonials" },
|
||||||
{ name: "Contact", id: "contact" }
|
{ name: "Contact", id: "contact" }
|
||||||
]}
|
]}
|
||||||
button={{ text: "Order Now", href: "products" }}
|
button={{ text: "Order Now", href: "/shop" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<main className="min-h-screen flex items-center justify-center pt-20">
|
<main className="min-h-screen flex items-center justify-center pt-20">
|
||||||
@@ -102,7 +102,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
|||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{ label: "Shop Flowers", href: "products" },
|
{ label: "Shop Flowers", href: "/shop" },
|
||||||
{ label: "About Us", href: "about" },
|
{ label: "About Us", href: "about" },
|
||||||
{ label: "Testimonials", href: "testimonials" }
|
{ label: "Testimonials", href: "testimonials" }
|
||||||
]
|
]
|
||||||
@@ -148,12 +148,12 @@ export default function ProductPage({ params }: ProductPageProps) {
|
|||||||
brandName="Alisa"
|
brandName="Alisa"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Shop", id: "products" },
|
{ name: "Shop", id: "/shop" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "Testimonials", id: "testimonials" },
|
{ name: "Testimonials", id: "testimonials" },
|
||||||
{ name: "Contact", id: "contact" }
|
{ name: "Contact", id: "contact" }
|
||||||
]}
|
]}
|
||||||
button={{ text: "Order Now", href: "products" }}
|
button={{ text: "Order Now", href: "/shop" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<main className="min-h-screen flex items-center justify-center pt-20">
|
<main className="min-h-screen flex items-center justify-center pt-20">
|
||||||
@@ -172,7 +172,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
|||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{ label: "Shop Flowers", href: "products" },
|
{ label: "Shop Flowers", href: "/shop" },
|
||||||
{ label: "About Us", href: "about" },
|
{ label: "About Us", href: "about" },
|
||||||
{ label: "Testimonials", href: "testimonials" }
|
{ label: "Testimonials", href: "testimonials" }
|
||||||
]
|
]
|
||||||
@@ -217,12 +217,12 @@ export default function ProductPage({ params }: ProductPageProps) {
|
|||||||
brandName="Alisa"
|
brandName="Alisa"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Shop", id: "products" },
|
{ name: "Shop", id: "/shop" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "Testimonials", id: "testimonials" },
|
{ name: "Testimonials", id: "testimonials" },
|
||||||
{ name: "Contact", id: "contact" }
|
{ name: "Contact", id: "contact" }
|
||||||
]}
|
]}
|
||||||
button={{ text: "Order Now", href: "products" }}
|
button={{ text: "Order Now", href: "/shop" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div id="productDetailCard" data-section="productDetailCard">
|
<div id="productDetailCard" data-section="productDetailCard">
|
||||||
@@ -266,7 +266,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
|||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{ label: "Shop Flowers", href: "products" },
|
{ label: "Shop Flowers", href: "/shop" },
|
||||||
{ label: "About Us", href: "about" },
|
{ label: "About Us", href: "about" },
|
||||||
{ label: "Testimonials", href: "testimonials" }
|
{ label: "Testimonials", href: "testimonials" }
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -36,12 +36,12 @@ export default function ShopPage() {
|
|||||||
brandName="Alisa"
|
brandName="Alisa"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Shop", id: "products" },
|
{ name: "Shop", id: "/shop" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "Testimonials", id: "testimonials" },
|
{ name: "Testimonials", id: "testimonials" },
|
||||||
{ name: "Contact", id: "contact" }
|
{ name: "Contact", id: "contact" }
|
||||||
]}
|
]}
|
||||||
button={{ text: "Order Now", href: "products" }}
|
button={{ text: "Order Now", href: "/shop" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<main className="min-h-screen flex items-center justify-center pt-20">
|
<main className="min-h-screen flex items-center justify-center pt-20">
|
||||||
@@ -52,7 +52,7 @@ export default function ShopPage() {
|
|||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{ label: "Shop Flowers", href: "products" },
|
{ label: "Shop Flowers", href: "/shop" },
|
||||||
{ label: "About Us", href: "about" },
|
{ label: "About Us", href: "about" },
|
||||||
{ label: "Testimonials", href: "testimonials" }
|
{ label: "Testimonials", href: "testimonials" }
|
||||||
]
|
]
|
||||||
@@ -97,12 +97,12 @@ export default function ShopPage() {
|
|||||||
brandName="Alisa"
|
brandName="Alisa"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Shop", id: "products" },
|
{ name: "Shop", id: "/shop" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "Testimonials", id: "testimonials" },
|
{ name: "Testimonials", id: "testimonials" },
|
||||||
{ name: "Contact", id: "contact" }
|
{ name: "Contact", id: "contact" }
|
||||||
]}
|
]}
|
||||||
button={{ text: "Order Now", href: "products" }}
|
button={{ text: "Order Now", href: "/shop" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div id="productCatalog" data-section="productCatalog">
|
<div id="productCatalog" data-section="productCatalog">
|
||||||
@@ -121,7 +121,7 @@ export default function ShopPage() {
|
|||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{ label: "Shop Flowers", href: "products" },
|
{ label: "Shop Flowers", href: "/shop" },
|
||||||
{ label: "About Us", href: "about" },
|
{ label: "About Us", href: "about" },
|
||||||
{ label: "Testimonials", href: "testimonials" }
|
{ label: "Testimonials", href: "testimonials" }
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user