Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-02-25 15:52:24 +00:00
5 changed files with 67 additions and 49 deletions

View File

@@ -33,10 +33,10 @@ export default function BlogPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ name: "Home", id: "/" }, { name: "Home", id: "/" },
{ name: "About", id: "about" }, { name: "About", id: "/#about" },
{ name: "Shop", id: "products" }, { name: "Shop", id: "/shop" },
{ name: "Testimonials", id: "testimonials" }, { name: "Testimonials", id: "/#testimonials" },
{ name: "Contact", id: "contact" }, { name: "Contact", id: "/#contact" },
]} ]}
brandName="Angola" brandName="Angola"
bottomLeftText="Experience the Beauty" bottomLeftText="Experience the Beauty"
@@ -67,16 +67,16 @@ export default function BlogPage() {
columns={[ columns={[
{ {
title: "Shop", items: [ title: "Shop", items: [
{ label: "Bouquets", href: "#products" }, { label: "Bouquets", href: "/shop" },
{ label: "Arrangements", href: "#products" }, { label: "Arrangements", href: "/shop" },
{ label: "Custom Orders", href: "#contact" }, { label: "Custom Orders", href: "/#contact" },
], ],
}, },
{ {
title: "Company", items: [ title: "Company", items: [
{ label: "About Us", href: "#about" }, { label: "About Us", href: "/#about" },
{ label: "FAQ", href: "#faq" }, { label: "FAQ", href: "/#faq" },
{ label: "Contact", href: "#contact" }, { label: "Contact", href: "/#contact" },
], ],
}, },
{ {

View File

@@ -27,11 +27,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ name: "Home", id: "home" }, { name: "Home", id: "/" },
{ name: "About", id: "about" }, { name: "About", id: "/#about" },
{ name: "Shop", id: "products" }, { name: "Shop", id: "/shop" },
{ name: "Testimonials", id: "testimonials" }, { name: "Testimonials", id: "/#testimonials" },
{ name: "Contact", id: "contact" }, { name: "Contact", id: "/#contact" },
]} ]}
brandName="Angola" brandName="Angola"
bottomLeftText="Experience the Beauty" bottomLeftText="Experience the Beauty"
@@ -44,8 +44,8 @@ export default function LandingPage() {
logoText="Angola" logoText="Angola"
description="Crafting exquisite floral arrangements for every occasion, bringing beauty and joy to your special moments." description="Crafting exquisite floral arrangements for every occasion, bringing beauty and joy to your special moments."
buttons={[ buttons={[
{ text: "Shop Now", href: "#products" }, { text: "Shop Now", href: "/shop" },
{ text: "Our Story", href: "#about" }, { text: "Our Story", href: "/#about" },
]} ]}
slides={[ slides={[
{ {
@@ -67,7 +67,7 @@ export default function LandingPage() {
"At Angola, we believe in the power of flowers to express emotions, celebrate milestones, and create unforgettable memories. Our studio is dedicated to sourcing the freshest, most beautiful blooms and transforming them into stunning works of art.", "Every arrangement is crafted with meticulous care and a keen eye for design, ensuring that each bouquet tells its own unique story. We pour our heart into every petal, bringing beauty and elegance to your world."]} "At Angola, we believe in the power of flowers to express emotions, celebrate milestones, and create unforgettable memories. Our studio is dedicated to sourcing the freshest, most beautiful blooms and transforming them into stunning works of art.", "Every arrangement is crafted with meticulous care and a keen eye for design, ensuring that each bouquet tells its own unique story. We pour our heart into every petal, bringing beauty and elegance to your world."]}
buttons={[ buttons={[
{ text: "Meet Our Team", href: "#team" }, { text: "Meet Our Team", href: "#team" },
{ text: "Contact Us", href: "#contact" }, { text: "Contact Us", href: "/#contact" },
]} ]}
useInvertedBackground={false} useInvertedBackground={false}
showBorder={false} showBorder={false}
@@ -159,16 +159,16 @@ export default function LandingPage() {
columns={[ columns={[
{ {
title: "Shop", items: [ title: "Shop", items: [
{ label: "Bouquets", href: "#products" }, { label: "Bouquets", href: "/shop" },
{ label: "Arrangements", href: "#products" }, { label: "Arrangements", href: "/shop" },
{ label: "Custom Orders", href: "#contact" }, { label: "Custom Orders", href: "/#contact" },
], ],
}, },
{ {
title: "Company", items: [ title: "Company", items: [
{ label: "About Us", href: "#about" }, { label: "About Us", href: "/#about" },
{ label: "FAQ", href: "#faq" }, { label: "FAQ", href: "/#faq" },
{ label: "Contact", href: "#contact" }, { label: "Contact", href: "/#contact" },
], ],
}, },
{ {

View File

@@ -93,8 +93,10 @@ function ProductPageContent({ params }: ProductPageProps) {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ name: "Home", id: "/" }, { name: "Home", id: "/" },
{ name: "About", id: "/#about" },
{ name: "Shop", id: "/shop" }, { name: "Shop", id: "/shop" },
{ name: "Contact", id: "/contacts" } { name: "Testimonials", id: "/#testimonials" },
{ name: "Contact", id: "/#contact" },
]} ]}
brandName="Angola" brandName="Angola"
bottomLeftText="Experience the Beauty" bottomLeftText="Experience the Beauty"
@@ -131,8 +133,10 @@ function ProductPageContent({ params }: ProductPageProps) {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ name: "Home", id: "/" }, { name: "Home", id: "/" },
{ name: "About", id: "/#about" },
{ name: "Shop", id: "/shop" }, { name: "Shop", id: "/shop" },
{ name: "Contact", id: "/contacts" } { name: "Testimonials", id: "/#testimonials" },
{ name: "Contact", id: "/#contact" },
]} ]}
brandName="Angola" brandName="Angola"
bottomLeftText="Experience the Beauty" bottomLeftText="Experience the Beauty"
@@ -176,8 +180,10 @@ function ProductPageContent({ params }: ProductPageProps) {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ name: "Home", id: "/" }, { name: "Home", id: "/" },
{ name: "About", id: "/#about" },
{ name: "Shop", id: "/shop" }, { name: "Shop", id: "/shop" },
{ name: "Contact", id: "/contacts" } { name: "Testimonials", id: "/#testimonials" },
{ name: "Contact", id: "/#contact" },
]} ]}
brandName="Angola" brandName="Angola"
bottomLeftText="Experience the Beauty" bottomLeftText="Experience the Beauty"
@@ -226,8 +232,12 @@ function ProductPageContent({ params }: ProductPageProps) {
imageSrc="http://img.b2bpic.net/free-photo/beautiful-decoration-cute-little-dried-colorful-flowers-wallpaper_343596-3238.jpg?_wi=4" imageSrc="http://img.b2bpic.net/free-photo/beautiful-decoration-cute-little-dried-colorful-flowers-wallpaper_343596-3238.jpg?_wi=4"
imageAlt="Soft, blurred pastel flowers in a tranquil setting" imageAlt="Soft, blurred pastel flowers in a tranquil setting"
columns={[ columns={[
{ title: "Shop", items: [{ label: "Bouquets", href: "/shop" }, { label: "Arrangements", href: "/shop" }, { label: "Custom Orders", href: "/contacts" }] }, { title: "Shop", items: [{ label: "Bouquets", href: "/shop" }, { label: "Arrangements", href: "/shop" }, { label: "Custom Orders", href: "/#contact" }] },
{ title: "Company", items: [{ label: "About Us", href: "/" }, { label: "FAQ", href: "/" }, { label: "Contact", href: "/contacts" }] }, { title: "Company", items: [
{ label: "About Us", href: "/#about" },
{ label: "FAQ", href: "/#faq" },
{ label: "Contact", href: "/#contact" }
] },
{ title: "Connect", items: [{ label: "Instagram", href: "https://instagram.com/angola_flowers" }, { label: "Facebook", href: "https://facebook.com/angola_flowers" }] } { title: "Connect", items: [{ label: "Instagram", href: "https://instagram.com/angola_flowers" }, { label: "Facebook", href: "https://facebook.com/angola_flowers" }] }
]} ]}
logoText="Angola" logoText="Angola"

View File

@@ -36,8 +36,10 @@ function ShopPageContent() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ name: "Home", id: "/" }, { name: "Home", id: "/" },
{ name: "About", id: "/#about" },
{ name: "Shop", id: "/shop" }, { name: "Shop", id: "/shop" },
{ name: "Contact", id: "/contacts" } { name: "Testimonials", id: "/#testimonials" },
{ name: "Contact", id: "/#contact" },
]} ]}
brandName="Angola" brandName="Angola"
bottomLeftText="Experience the Beauty" bottomLeftText="Experience the Beauty"
@@ -73,8 +75,10 @@ function ShopPageContent() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ name: "Home", id: "/" }, { name: "Home", id: "/" },
{ name: "About", id: "/#about" },
{ name: "Shop", id: "/shop" }, { name: "Shop", id: "/shop" },
{ name: "Contact", id: "/contacts" } { name: "Testimonials", id: "/#testimonials" },
{ name: "Contact", id: "/#contact" },
]} ]}
brandName="Angola" brandName="Angola"
bottomLeftText="Experience the Beauty" bottomLeftText="Experience the Beauty"
@@ -98,8 +102,12 @@ function ShopPageContent() {
imageSrc="http://img.b2bpic.net/free-photo/beautiful-decoration-cute-little-dried-colorful-flowers-wallpaper_343596-3238.jpg?_wi=3" imageSrc="http://img.b2bpic.net/free-photo/beautiful-decoration-cute-little-dried-colorful-flowers-wallpaper_343596-3238.jpg?_wi=3"
imageAlt="Soft, blurred pastel flowers in a tranquil setting" imageAlt="Soft, blurred pastel flowers in a tranquil setting"
columns={[ columns={[
{ title: "Shop", items: [{ label: "Bouquets", href: "/shop" }, { label: "Arrangements", href: "/shop" }, { label: "Custom Orders", href: "/contacts" }] }, { title: "Shop", items: [{ label: "Bouquets", href: "/shop" }, { label: "Arrangements", href: "/shop" }, { label: "Custom Orders", href: "/#contact" }] },
{ title: "Company", items: [{ label: "About Us", href: "/" }, { label: "FAQ", href: "/" }, { label: "Contact", href: "/contacts" }] }, { title: "Company", items: [
{ label: "About Us", href: "/#about" },
{ label: "FAQ", href: "/#faq" },
{ label: "Contact", href: "/#contact" }
] },
{ title: "Connect", items: [{ label: "Instagram", href: "https://instagram.com/angola_flowers" }, { label: "Facebook", href: "https://facebook.com/angola_flowers" }] } { title: "Connect", items: [{ label: "Instagram", href: "https://instagram.com/angola_flowers" }, { label: "Facebook", href: "https://facebook.com/angola_flowers" }] }
]} ]}
logoText="Angola" logoText="Angola"

View File

@@ -2,23 +2,23 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
/* --background: #ffffff;; /* --background: #060000;;
--card: #f9f9f9;; --card: #1d0d0d;;
--foreground: #120006e6;; --foreground: #ffe6e6;;
--primary-cta: #e63946;; --primary-cta: #ff3d4a;;
--secondary-cta: #f9f9f9;; --secondary-cta: #1f0a0a;;
--accent: #e2e2e2;; --accent: #7b2d2d;;
--background-accent: #c4c4c4;; */ --background-accent: #b8111f;; */
--background: #ffffff;; --background: #060000;;
--card: #f9f9f9;; --card: #1d0d0d;;
--foreground: #120006e6;; --foreground: #ffe6e6;;
--primary-cta: #e63946;; --primary-cta: #ff3d4a;;
--primary-cta-text: #ffffff;; --primary-cta-text: #060000;;
--secondary-cta: #f9f9f9;; --secondary-cta: #1f0a0a;;
--secondary-cta-text: #120006e6;; --secondary-cta-text: #ffe6e6;;
--accent: #e2e2e2;; --accent: #7b2d2d;;
--background-accent: #c4c4c4;; --background-accent: #b8111f;;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);