Merge version_1 into main #2
@@ -82,35 +82,35 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="navbar" data-section="navbar">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="La Bella Italia"
|
||||
navItems={[
|
||||
{"name":"Home","id":"/"},
|
||||
{"name":"Menu","id":"menu"},
|
||||
{"name":"About","id":"about"},
|
||||
{"name":"Specialties","id":"specialties"},
|
||||
{"name":"Reviews","id":"reviews"},
|
||||
{"name":"Contact","id":"contact"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
]}
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="La Bella Italia"
|
||||
navItems={[
|
||||
{"name":"Home","id":"/"},
|
||||
{"name":"Menu","id":"menu"},
|
||||
{"name":"About","id":"about"},
|
||||
{"name":"Specialties","id":"specialties"},
|
||||
{"name":"Reviews","id":"reviews"},
|
||||
{"name":"Contact","id":"contact"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
]}
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
</div>
|
||||
<main className="min-h-screen flex items-center justify-center pt-20">
|
||||
<p className="text-foreground">Loading product...</p>
|
||||
</main>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://img.b2bpic.net/free-photo/california-vineyards-santa-barbara_181624-29275.jpg"
|
||||
imageAlt="Tuscan landscape at sunset"
|
||||
logoText="La Bella Italia"
|
||||
copyrightText="© 2024 La Bella Italia. All rights reserved."
|
||||
columns={[
|
||||
{"title":"Restaurant","items":[{"label":"Our Menu","href":"#menu"},{"label":"Chef's Specials","href":"#specialties"},{"label":"Reservations","href":"#contact"},{"label":"Private Events","href":"#contact"}]},
|
||||
{"title":"About","items":[{"label":"Our Story","href":"#about"},{"label":"Reviews","href":"#reviews"},{"label":"Wine Selection","href":"#about"},{"label":"Careers","href":"#contact"}]},
|
||||
{"title":"Contact","items":[{"label":"Phone: (555) 123-4567","href":"tel:+15551234567"},{"label":"Email: info@labellaItalia.com","href":"mailto:info@labellaItalia.com"},{"label":"123 Maple Street, Italian District","href":"#"},{"label":"Open 5 PM - Late","href":"#"}]}
|
||||
]}
|
||||
/>
|
||||
<FooterMedia
|
||||
imageSrc="https://img.b2bpic.net/free-photo/california-vineyards-santa-barbara_181624-29275.jpg"
|
||||
imageAlt="Tuscan landscape at sunset"
|
||||
logoText="La Bella Italia"
|
||||
copyrightText="© 2024 La Bella Italia. All rights reserved."
|
||||
columns={[
|
||||
{"title":"Restaurant","items":[{"label":"Our Menu","href":"#menu"},{"label":"Chef's Specials","href":"#specialties"},{"label":"Reservations","href":"#contact"},{"label":"Private Events","href":"#contact"}]},
|
||||
{"title":"About","items":[{"label":"Our Story","href":"#about"},{"label":"Reviews","href":"#reviews"},{"label":"Wine Selection","href":"#about"},{"label":"Careers","href":"#contact"}]},
|
||||
{"title":"Contact","items":[{"label":"Phone: (555) 123-4567","href":"tel:+15551234567"},{"label":"Email: info@labellaItalia.com","href":"mailto:info@labellaItalia.com"},{"label":"123 Maple Street, Italian District","href":"#"},{"label":"Open 5 PM - Late","href":"#"}]}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
@@ -159,17 +159,17 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
</div>
|
||||
</main>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://img.b2bpic.net/free-photo/california-vineyards-santa-barbara_181624-29275.jpg"
|
||||
imageAlt="Tuscan landscape at sunset"
|
||||
logoText="La Bella Italia"
|
||||
copyrightText="© 2024 La Bella Italia. All rights reserved."
|
||||
columns={[
|
||||
{"title":"Restaurant","items":[{"label":"Our Menu","href":"#menu"},{"label":"Chef's Specials","href":"#specialties"},{"label":"Reservations","href":"#contact"},{"label":"Private Events","href":"#contact"}]},
|
||||
{"title":"About","items":[{"label":"Our Story","href":"#about"},{"label":"Reviews","href":"#reviews"},{"label":"Wine Selection","href":"#about"},{"label":"Careers","href":"#contact"}]},
|
||||
{"title":"Contact","items":[{"label":"Phone: (555) 123-4567","href":"tel:+15551234567"},{"label":"Email: info@labellaItalia.com","href":"mailto:info@labellaItalia.com"},{"label":"123 Maple Street, Italian District","href":"#"},{"label":"Open 5 PM - Late","href":"#"}]}
|
||||
]}
|
||||
/>
|
||||
<FooterMedia
|
||||
imageSrc="https://img.b2bpic.net/free-photo/california-vineyards-santa-barbara_181624-29275.jpg"
|
||||
imageAlt="Tuscan landscape at sunset"
|
||||
logoText="La Bella Italia"
|
||||
copyrightText="© 2024 La Bella Italia. All rights reserved."
|
||||
columns={[
|
||||
{"title":"Restaurant","items":[{"label":"Our Menu","href":"#menu"},{"label":"Chef's Specials","href":"#specialties"},{"label":"Reservations","href":"#contact"},{"label":"Private Events","href":"#contact"}]},
|
||||
{"title":"About","items":[{"label":"Our Story","href":"#about"},{"label":"Reviews","href":"#reviews"},{"label":"Wine Selection","href":"#about"},{"label":"Careers","href":"#contact"}]},
|
||||
{"title":"Contact","items":[{"label":"Phone: (555) 123-4567","href":"tel:+15551234567"},{"label":"Email: info@labellaItalia.com","href":"mailto:info@labellaItalia.com"},{"label":"123 Maple Street, Italian District","href":"#"},{"label":"Open 5 PM - Late","href":"#"}]}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
@@ -191,68 +191,68 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="navbar" data-section="navbar">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="La Bella Italia"
|
||||
navItems={[
|
||||
{"name":"Home","id":"/"},
|
||||
{"name":"Menu","id":"menu"},
|
||||
{"name":"About","id":"about"},
|
||||
{"name":"Specialties","id":"specialties"},
|
||||
{"name":"Reviews","id":"reviews"},
|
||||
{"name":"Contact","id":"contact"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
]}
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="La Bella Italia"
|
||||
navItems={[
|
||||
{"name":"Home","id":"/"},
|
||||
{"name":"Menu","id":"menu"},
|
||||
{"name":"About","id":"about"},
|
||||
{"name":"Specialties","id":"specialties"},
|
||||
{"name":"Reviews","id":"reviews"},
|
||||
{"name":"Contact","id":"contact"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
]}
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
</div>
|
||||
<div id="productDetailCard" data-section="productDetailCard">
|
||||
<ProductDetailCard
|
||||
layout="page"
|
||||
name={product.name}
|
||||
price={product.price}
|
||||
salePrice={meta.salePrice}
|
||||
rating={product.rating || 0}
|
||||
description={product.description}
|
||||
images={images}
|
||||
variants={variants.length > 0 ? variants : undefined}
|
||||
quantity={quantityVariant}
|
||||
ribbon={meta.ribbon}
|
||||
inventoryStatus={meta.inventoryStatus}
|
||||
inventoryQuantity={meta.inventoryQuantity}
|
||||
sku={meta.sku}
|
||||
buttons={[
|
||||
{ text: "Add To Cart", onClick: handleAddToCart },
|
||||
{ text: "Buy Now", onClick: handleBuyNow },
|
||||
]}
|
||||
/>
|
||||
<ProductDetailCard
|
||||
layout="page"
|
||||
name={product.name}
|
||||
price={product.price}
|
||||
salePrice={meta.salePrice}
|
||||
rating={product.rating || 0}
|
||||
description={product.description}
|
||||
images={images}
|
||||
variants={variants.length > 0 ? variants : undefined}
|
||||
quantity={quantityVariant}
|
||||
ribbon={meta.ribbon}
|
||||
inventoryStatus={meta.inventoryStatus}
|
||||
inventoryQuantity={meta.inventoryQuantity}
|
||||
sku={meta.sku}
|
||||
buttons={[
|
||||
{ text: "Add To Cart", onClick: handleAddToCart },
|
||||
{ text: "Buy Now", onClick: handleBuyNow },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="productCart" data-section="productCart">
|
||||
<ProductCart
|
||||
isOpen={cartOpen}
|
||||
onClose={() => setCartOpen(false)}
|
||||
items={cartItems}
|
||||
onQuantityChange={updateQuantity}
|
||||
onRemove={removeItem}
|
||||
total={`$${cartTotal}`}
|
||||
buttons={[
|
||||
{
|
||||
text: isCheckoutLoading ? "Processing..." : "Check Out", onClick: handleCheckout,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
<ProductCart
|
||||
isOpen={cartOpen}
|
||||
onClose={() => setCartOpen(false)}
|
||||
items={cartItems}
|
||||
onQuantityChange={updateQuantity}
|
||||
onRemove={removeItem}
|
||||
total={`$${cartTotal}`}
|
||||
buttons={[
|
||||
{
|
||||
text: isCheckoutLoading ? "Processing..." : "Check Out", onClick: handleCheckout,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://img.b2bpic.net/free-photo/california-vineyards-santa-barbara_181624-29275.jpg"
|
||||
imageAlt="Tuscan landscape at sunset"
|
||||
logoText="La Bella Italia"
|
||||
copyrightText="© 2024 La Bella Italia. All rights reserved."
|
||||
columns={[
|
||||
{"title":"Restaurant","items":[{"label":"Our Menu","href":"#menu"},{"label":"Chef's Specials","href":"#specialties"},{"label":"Reservations","href":"#contact"},{"label":"Private Events","href":"#contact"}]},
|
||||
{"title":"About","items":[{"label":"Our Story","href":"#about"},{"label":"Reviews","href":"#reviews"},{"label":"Wine Selection","href":"#about"},{"label":"Careers","href":"#contact"}]},
|
||||
{"title":"Contact","items":[{"label":"Phone: (555) 123-4567","href":"tel:+15551234567"},{"label":"Email: info@labellaItalia.com","href":"mailto:info@labellaItalia.com"},{"label":"123 Maple Street, Italian District","href":"#"},{"label":"Open 5 PM - Late","href":"#"}]}
|
||||
]}
|
||||
/>
|
||||
<FooterMedia
|
||||
imageSrc="https://img.b2bpic.net/free-photo/california-vineyards-santa-barbara_181624-29275.jpg"
|
||||
imageAlt="Tuscan landscape at sunset"
|
||||
logoText="La Bella Italia"
|
||||
copyrightText="© 2024 La Bella Italia. All rights reserved."
|
||||
columns={[
|
||||
{"title":"Restaurant","items":[{"label":"Our Menu","href":"#menu"},{"label":"Chef's Specials","href":"#specialties"},{"label":"Reservations","href":"#contact"},{"label":"Private Events","href":"#contact"}]},
|
||||
{"title":"About","items":[{"label":"Our Story","href":"#about"},{"label":"Reviews","href":"#reviews"},{"label":"Wine Selection","href":"#about"},{"label":"Careers","href":"#contact"}]},
|
||||
{"title":"Contact","items":[{"label":"Phone: (555) 123-4567","href":"tel:+15551234567"},{"label":"Email: info@labellaItalia.com","href":"mailto:info@labellaItalia.com"},{"label":"123 Maple Street, Italian District","href":"#"},{"label":"Open 5 PM - Late","href":"#"}]}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
|
||||
@@ -35,35 +35,35 @@ export default function ShopPage() {
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="navbar" data-section="navbar">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="La Bella Italia"
|
||||
navItems={[
|
||||
{"name":"Home","id":"/"},
|
||||
{"name":"Menu","id":"menu"},
|
||||
{"name":"About","id":"about"},
|
||||
{"name":"Specialties","id":"specialties"},
|
||||
{"name":"Reviews","id":"reviews"},
|
||||
{"name":"Contact","id":"contact"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
]}
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="La Bella Italia"
|
||||
navItems={[
|
||||
{"name":"Home","id":"/"},
|
||||
{"name":"Menu","id":"menu"},
|
||||
{"name":"About","id":"about"},
|
||||
{"name":"Specialties","id":"specialties"},
|
||||
{"name":"Reviews","id":"reviews"},
|
||||
{"name":"Contact","id":"contact"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
]}
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
</div>
|
||||
<main className="min-h-screen flex items-center justify-center pt-20">
|
||||
<p className="text-foreground">Loading products...</p>
|
||||
</main>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://img.b2bpic.net/free-photo/california-vineyards-santa-barbara_181624-29275.jpg"
|
||||
imageAlt="Tuscan landscape at sunset"
|
||||
logoText="La Bella Italia"
|
||||
copyrightText="© 2024 La Bella Italia. All rights reserved."
|
||||
columns={[
|
||||
{"title":"Restaurant","items":[{"label":"Our Menu","href":"#menu"},{"label":"Chef's Specials","href":"#specialties"},{"label":"Reservations","href":"#contact"},{"label":"Private Events","href":"#contact"}]},
|
||||
{"title":"About","items":[{"label":"Our Story","href":"#about"},{"label":"Reviews","href":"#reviews"},{"label":"Wine Selection","href":"#about"},{"label":"Careers","href":"#contact"}]},
|
||||
{"title":"Contact","items":[{"label":"Phone: (555) 123-4567","href":"tel:+15551234567"},{"label":"Email: info@labellaItalia.com","href":"mailto:info@labellaItalia.com"},{"label":"123 Maple Street, Italian District","href":"#"},{"label":"Open 5 PM - Late","href":"#"}]}
|
||||
]}
|
||||
/>
|
||||
<FooterMedia
|
||||
imageSrc="https://img.b2bpic.net/free-photo/california-vineyards-santa-barbara_181624-29275.jpg"
|
||||
imageAlt="Tuscan landscape at sunset"
|
||||
logoText="La Bella Italia"
|
||||
copyrightText="© 2024 La Bella Italia. All rights reserved."
|
||||
columns={[
|
||||
{"title":"Restaurant","items":[{"label":"Our Menu","href":"#menu"},{"label":"Chef's Specials","href":"#specialties"},{"label":"Reservations","href":"#contact"},{"label":"Private Events","href":"#contact"}]},
|
||||
{"title":"About","items":[{"label":"Our Story","href":"#about"},{"label":"Reviews","href":"#reviews"},{"label":"Wine Selection","href":"#about"},{"label":"Careers","href":"#contact"}]},
|
||||
{"title":"Contact","items":[{"label":"Phone: (555) 123-4567","href":"tel:+15551234567"},{"label":"Email: info@labellaItalia.com","href":"mailto:info@labellaItalia.com"},{"label":"123 Maple Street, Italian District","href":"#"},{"label":"Open 5 PM - Late","href":"#"}]}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
@@ -85,43 +85,43 @@ export default function ShopPage() {
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="navbar" data-section="navbar">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="La Bella Italia"
|
||||
navItems={[
|
||||
{"name":"Home","id":"/"},
|
||||
{"name":"Menu","id":"menu"},
|
||||
{"name":"About","id":"about"},
|
||||
{"name":"Specialties","id":"specialties"},
|
||||
{"name":"Reviews","id":"reviews"},
|
||||
{"name":"Contact","id":"contact"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
]}
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="La Bella Italia"
|
||||
navItems={[
|
||||
{"name":"Home","id":"/"},
|
||||
{"name":"Menu","id":"menu"},
|
||||
{"name":"About","id":"about"},
|
||||
{"name":"Specialties","id":"specialties"},
|
||||
{"name":"Reviews","id":"reviews"},
|
||||
{"name":"Contact","id":"contact"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
]}
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
</div>
|
||||
<div id="productCatalog" data-section="productCatalog">
|
||||
<ProductCatalog
|
||||
layout="page"
|
||||
products={products}
|
||||
searchValue={search}
|
||||
onSearchChange={setSearch}
|
||||
searchPlaceholder="Search products..."
|
||||
filters={filters}
|
||||
emptyMessage="No products found"
|
||||
/>
|
||||
<ProductCatalog
|
||||
layout="page"
|
||||
products={products}
|
||||
searchValue={search}
|
||||
onSearchChange={setSearch}
|
||||
searchPlaceholder="Search products..."
|
||||
filters={filters}
|
||||
emptyMessage="No products found"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://img.b2bpic.net/free-photo/california-vineyards-santa-barbara_181624-29275.jpg"
|
||||
imageAlt="Tuscan landscape at sunset"
|
||||
logoText="La Bella Italia"
|
||||
copyrightText="© 2024 La Bella Italia. All rights reserved."
|
||||
columns={[
|
||||
{"title":"Restaurant","items":[{"label":"Our Menu","href":"#menu"},{"label":"Chef's Specials","href":"#specialties"},{"label":"Reservations","href":"#contact"},{"label":"Private Events","href":"#contact"}]},
|
||||
{"title":"About","items":[{"label":"Our Story","href":"#about"},{"label":"Reviews","href":"#reviews"},{"label":"Wine Selection","href":"#about"},{"label":"Careers","href":"#contact"}]},
|
||||
{"title":"Contact","items":[{"label":"Phone: (555) 123-4567","href":"tel:+15551234567"},{"label":"Email: info@labellaItalia.com","href":"mailto:info@labellaItalia.com"},{"label":"123 Maple Street, Italian District","href":"#"},{"label":"Open 5 PM - Late","href":"#"}]}
|
||||
]}
|
||||
/>
|
||||
<FooterMedia
|
||||
imageSrc="https://img.b2bpic.net/free-photo/california-vineyards-santa-barbara_181624-29275.jpg"
|
||||
imageAlt="Tuscan landscape at sunset"
|
||||
logoText="La Bella Italia"
|
||||
copyrightText="© 2024 La Bella Italia. All rights reserved."
|
||||
columns={[
|
||||
{"title":"Restaurant","items":[{"label":"Our Menu","href":"#menu"},{"label":"Chef's Specials","href":"#specialties"},{"label":"Reservations","href":"#contact"},{"label":"Private Events","href":"#contact"}]},
|
||||
{"title":"About","items":[{"label":"Our Story","href":"#about"},{"label":"Reviews","href":"#reviews"},{"label":"Wine Selection","href":"#about"},{"label":"Careers","href":"#contact"}]},
|
||||
{"title":"Contact","items":[{"label":"Phone: (555) 123-4567","href":"tel:+15551234567"},{"label":"Email: info@labellaItalia.com","href":"mailto:info@labellaItalia.com"},{"label":"123 Maple Street, Italian District","href":"#"},{"label":"Open 5 PM - Late","href":"#"}]}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user