12 Commits

Author SHA1 Message Date
a74c73fd98 Bob AI: change color theme to red and black 2026-02-24 15:55:07 +00:00
d51999ba08 Update src/app/page.tsx 2026-02-24 15:53:47 +00:00
81b9709325 Bob AI: change color theme to green and yellow 2026-02-24 15:42:06 +00:00
118f6a9706 Bob AI: change about section to another with new text 2026-02-24 15:35:14 +00:00
118e8cf9ca Bob AI: change contact form to form with image 2026-02-24 15:26:56 +00:00
ffdc963dab Merge version_3 into main
Merge version_3 into main
2026-02-24 15:26:09 +00:00
0f7316ed54 Update src/app/page.tsx 2026-02-24 15:26:05 +00:00
4789bad753 Bob AI: can you change color in contact form for text to w... 2026-02-24 15:24:57 +00:00
db33ac9aea Bob AI: change color theme to red and black 2026-02-24 15:23:33 +00:00
82dfe83cbf Merge version_1 into main
Merge version_1 into main
2026-02-24 15:21:38 +00:00
049f13a255 Merge version_1 into main
Merge version_1 into main
2026-02-24 15:20:53 +00:00
c03dcceed8 Merge version_1 into main
Merge version_1 into main
2026-02-24 15:17:31 +00:00
2 changed files with 14 additions and 14 deletions

View File

@@ -59,7 +59,7 @@ export default function LandingPage() {
buttonAnimation="slide-up"
carouselItems={[
{ id: "carousel-item-1", imageSrc: "https://img.b2bpic.net/free-photo/little-bouquet-peonies-stands-tall-vase-with-water_8353-762.jpg", imageAlt: "Elegant red rose arrangement" },
{ id: "carousel-item-2", imageSrc: "https://img.b2bpic.net/free-photo/spring-composition-with-bouquet-flowers-vase-closeup_169016-29760.jpg?_wi=1", imageAlt: "Soft pastel floral centerpiece" },
{ id: "carousel-item-2", videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3A47KqSdGj7sEG8mcGU4TIVm5ml/uploaded-1771850674704-2zcygfwe.mp4", imageAlt: "Soft pastel floral centerpiece" },
{ id: "carousel-item-3", imageSrc: "https://img.b2bpic.net/free-photo/view-delicate-white-roses-bouquet-vase_23-2150539964.jpg", imageAlt: "Vintage-style floral decor" },
{ id: "carousel-item-4", imageSrc: "https://img.b2bpic.net/free-photo/plant-nature-fresh-vase-color_1203-5016.jpg", imageAlt: "Modern minimalist bouquet" },
{ id: "carousel-item-5", imageSrc: "https://img.b2bpic.net/free-photo/view-flowers-transparent-glass-with-water-drops_23-2149478596.jpg", imageAlt: "Luxurious wedding floral setup" },

View File

@@ -3,22 +3,22 @@
/* --vw is set by ThemeProvider */
/* --background: #f7f6f7;;
--card: #ffffff;;
--foreground: #250c0d;;
--primary-cta: #b82b40;;
--secondary-cta: #ffffff;;
--accent: #b90941;;
--background-accent: #e8a8b6;; */
--card: #1a0d0d;;
--foreground: #ffffff;;
--primary-cta: #ff0000;;
--secondary-cta: #cc0000;;
--accent: #ff0000;;
--background-accent: #330000;; */
--background: #f7f6f7;;
--card: #ffffff;;
--foreground: #250c0d;;
--primary-cta: #b82b40;;
--background: #0d0d0d;;
--card: #1a0d0d;;
--foreground: #ffffff;;
--primary-cta: #ff0000;;
--primary-cta-text: #f7f6f7;;
--secondary-cta: #ffffff;;
--secondary-cta: #cc0000;;
--secondary-cta-text: #250c0d;;
--accent: #b90941;;
--background-accent: #e8a8b6;;
--accent: #ff0000;;
--background-accent: #330000;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);