Compare commits
31 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 129b329c2b | |||
| 638d8f93fa | |||
| 7005e1f8e4 | |||
| 29f5eacdcc | |||
| 52c83ea0cc | |||
| b80fc92f38 | |||
| 1013f09185 | |||
| 7401f67dcf | |||
| e0b3e6f34d | |||
| 6d3e779139 | |||
| c39c6e0fca | |||
| 65dbab9d74 | |||
| 27420090c7 | |||
| bc499f840b | |||
| e9d7e1ee0b | |||
| 7128333f47 | |||
| be563aab16 | |||
| dd5647bae8 | |||
| e8c4907533 | |||
| 1a3c9712d9 | |||
| 979d9d4aa9 | |||
| c271806c3e | |||
| 718b777d8d | |||
| 105812b22b | |||
| bab6a1700f | |||
| 1171c196a7 | |||
| f3ff6f3985 | |||
| dbed7b4eef | |||
| a284679c78 | |||
| c99342012a | |||
| aa0989d45b |
@@ -27,7 +27,7 @@ export default function BlogPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
|
||||
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/beautiful-bouquet-lilacs-roses-standing-rustic-hence-vase_114579-1849.jpg"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/beautiful-bouquet-lilacs-roses-standing-rustic-hence-vase_114579-1849.jpg?_wi=1"
|
||||
imageAlt="Premium floral arrangement showcasing Pandas Studio artistry"
|
||||
buttons={[
|
||||
{ text: "Explore Collections", href: "products" },
|
||||
@@ -106,7 +106,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="process" data-section="process">
|
||||
<FeatureProcessSteps
|
||||
title="Our Creative Process"
|
||||
title="Our Creative"
|
||||
description="From selection to delivery, we ensure every arrangement meets our exacting standards of beauty and freshness."
|
||||
tag="How We Work"
|
||||
tagIcon={Sparkles}
|
||||
@@ -150,15 +150,15 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael Chen", handle: "@mchen_designs", testimonial: "The quality of flowers and craftsmanship is unmatched. I've ordered multiple times and never been disappointed.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_35vmIsFKiMtTSUSBP7nWGRgR0We/uploaded-1765902658677-lb960jzl.jpg", imageAlt: "Michael Chen"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_35vmIsFKiMtTSUSBP7nWGRgR0We/uploaded-1765902656577-v5ckvxwx.jpg", imageAlt: "Michael Chen"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emma Rodriguez", handle: "@emmar_boutique", testimonial: "Amazing service and beautiful arrangements. They made my corporate event memorable with their floral designs.", rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Emma Rodriguez"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_35vmIsFKiMtTSUSBP7nWGRgR0We/uploaded-1765902655541-ztvqsz78.jpg", imageAlt: "Emma Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Park", handle: "@davidpark_photo", testimonial: "Fast delivery, fresh flowers, and exceptional creativity. Pandas is my go-to for all my floral needs.", rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "David Park"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_35vmIsFKiMtTSUSBP7nWGRgR0We/uploaded-1765899259537-vih8n7et.jpg", imageAlt: "David Park"
|
||||
}
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
@@ -175,6 +175,7 @@ export default function LandingPage() {
|
||||
title="Get In Touch"
|
||||
description="Ready to order? Have questions about our arrangements? We'd love to hear from you. Contact us today to start creating your perfect floral moment."
|
||||
useInvertedBackground={false}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/beautiful-bouquet-lilacs-roses-standing-rustic-hence-vase_114579-1849.jpg?_wi=2"
|
||||
videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_35vmIsFKiMtTSUSBP7nWGRgR0We/uploaded-1771579037483-z9kji4b2.mp4"
|
||||
imageAlt="Beautiful flowers arranged on studio workspace"
|
||||
mediaAnimation="slide-up"
|
||||
|
||||
@@ -84,12 +84,11 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
<div id="navbar" data-section="navbar">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Gallery", id: "testimonials" },
|
||||
{ name: "Shop", id: "/shop" }
|
||||
{ name: "Gallery", id: "testimonials" }
|
||||
]}
|
||||
brandName="Pandas"
|
||||
bottomLeftText="Artisan Floral Design"
|
||||
@@ -130,12 +129,11 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
<div id="navbar" data-section="navbar">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Gallery", id: "testimonials" },
|
||||
{ name: "Shop", id: "/shop" }
|
||||
{ name: "Gallery", id: "testimonials" }
|
||||
]}
|
||||
brandName="Pandas"
|
||||
bottomLeftText="Artisan Floral Design"
|
||||
@@ -183,12 +181,11 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
<div id="navbar" data-section="navbar">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Gallery", id: "testimonials" },
|
||||
{ name: "Shop", id: "/shop" }
|
||||
{ name: "Gallery", id: "testimonials" }
|
||||
]}
|
||||
brandName="Pandas"
|
||||
bottomLeftText="Artisan Floral Design"
|
||||
|
||||
@@ -37,12 +37,11 @@ export default function ShopPage() {
|
||||
<div id="navbar" data-section="navbar">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Gallery", id: "testimonials" },
|
||||
{ name: "Shop", id: "/shop" }
|
||||
{ name: "Gallery", id: "testimonials" }
|
||||
]}
|
||||
brandName="Pandas"
|
||||
bottomLeftText="Artisan Floral Design"
|
||||
@@ -82,12 +81,11 @@ export default function ShopPage() {
|
||||
<div id="navbar" data-section="navbar">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Gallery", id: "testimonials" },
|
||||
{ name: "Shop", id: "/shop" }
|
||||
{ name: "Gallery", id: "testimonials" }
|
||||
]}
|
||||
brandName="Pandas"
|
||||
bottomLeftText="Artisan Floral Design"
|
||||
|
||||
@@ -2,21 +2,21 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
/* --background: #f5f5f5;;
|
||||
--card: #ffffff;;
|
||||
--foreground: #1c1c1c;;
|
||||
--primary-cta: #6139e6;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--accent: #6139e6;;
|
||||
--background-accent: #b3a8e8;; */
|
||||
/* --background: #060000;;
|
||||
--card: #1d0d0d;;
|
||||
--foreground: #ffe6e6;;
|
||||
--primary-cta: #ff3d4a;;
|
||||
--secondary-cta: #1f0a0a;;
|
||||
--accent: #7b2d2d;;
|
||||
--background-accent: #b8111f;; */
|
||||
|
||||
--background: #f5f5f5;;
|
||||
--card: #ffffff;;
|
||||
--foreground: #1c1c1c;;
|
||||
--primary-cta: #6139e6;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--accent: #6139e6;;
|
||||
--background-accent: #b3a8e8;;
|
||||
--background: #060000;;
|
||||
--card: #1d0d0d;;
|
||||
--foreground: #ffe6e6;;
|
||||
--primary-cta: #ff3d4a;;
|
||||
--secondary-cta: #1f0a0a;;
|
||||
--accent: #7b2d2d;;
|
||||
--background-accent: #b8111f;;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user