Merge version_1 into main #4

Merged
bender merged 2 commits from version_1 into main 2026-03-26 10:20:48 +00:00
2 changed files with 9 additions and 9 deletions

View File

@@ -10,8 +10,8 @@ import Link from 'next/link';
export default function AboutPage() {
const navbarProps = {
brandName: "NONSHI", navItems: [
{ name: "About", href: "/about" },
{ name: "Reviews", href: "/reviews" }
{ name: "About", id: "/about" },
{ name: "Reviews", id: "/reviews" }
],
button: { text: "Cart", href: "/cart" }
};
@@ -80,7 +80,7 @@ export default function AboutPage() {
{ id: "3", title: "Do you ship internationally?", content: "Yes, N O N S H I offers international shipping to bring our unique handmade bags to customers worldwide. Shipping costs and delivery times vary by region." },
{ id: "4", title: "What is your return policy?", content: "We offer a hassle-free return policy within 30 days of purchase for unused items in their original condition. Please visit our 'Returns' page for detailed instructions." }
]}
imageSrc="http://img.b2bpic.net/free-photo/side-view-woman-with-laptop_23-2149476719.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/side-view-woman-with-laptop_23-2149476719.jpg"
imageAlt="customer service representative smiling"
/>
</div>

View File

@@ -23,11 +23,11 @@ export default function ContactPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{ name: "Home", id: "home", href: "/" },
{ name: "Shop", id: "shop", href: "/shop" },
{ name: "About", id: "about", href: "/about" },
{ name: "Reviews", id: "reviews", href: "/reviews" },
{ name: "Contact", id: "contact", href: "/contact" }
{ name: "Home", id: "/" },
{ name: "Shop", id: "/shop" },
{ name: "About", id: "/about" },
{ name: "Reviews", id: "/reviews" },
{ name: "Contact", id: "/contact" }
]}
button={{ text: "Cart", href: "/cart" }}
brandName="NONSHI"
@@ -62,7 +62,7 @@ export default function ContactPage() {
{ id: "3", title: "Do you ship internationally?", content: "Yes, N O N S H I offers international shipping to bring our unique handmade bags to customers worldwide. Shipping costs and delivery times vary by region." },
{ id: "4", title: "What is your return policy?", content: "We offer a hassle-free return policy within 30 days of purchase for unused items in their original condition. Please visit our 'Returns' page for detailed instructions." }
]}
imageSrc="http://img.b2bpic.net/free-photo/side-view-woman-with-laptop_23-2149476719.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/side-view-woman-with-laptop_23-2149476719.jpg"
imageAlt="customer service representative smiling"
/>
</div>