Compare commits

..

30 Commits

Author SHA1 Message Date
d79da2f2ff Merge version_23_1782904713195 into main
Merge version_23_1782904713195 into main
2026-07-01 11:18:36 +00:00
7844cab63d Merge version_22_1782904710441 into main
Merge version_22_1782904710441 into main
2026-07-01 11:18:34 +00:00
556deedc7a Update theme colors 2026-07-01 11:18:33 +00:00
e6a15b0f2d Update theme colors 2026-07-01 11:18:30 +00:00
74ba678493 Merge version_21_1782904700582 into main
Merge version_21_1782904700582 into main
2026-07-01 11:18:24 +00:00
00552e397b Update theme fonts 2026-07-01 11:18:21 +00:00
76c0ad5644 Merge version_20_1782904645194 into main
Merge version_20_1782904645194 into main
2026-07-01 11:17:28 +00:00
0816022d74 Update theme colors 2026-07-01 11:17:25 +00:00
8513838bda Merge version_19_1782904470871 into main
Merge version_19_1782904470871 into main
2026-07-01 11:15:40 +00:00
46380b2310 Update src/pages/HomePage.tsx 2026-07-01 11:15:37 +00:00
e92172b9f8 Update src/pages/HomePage/sections/BentoFeatures.tsx 2026-07-01 11:15:36 +00:00
0654c68e55 Merge version_19_1782904470871 into main
Merge version_19_1782904470871 into main
2026-07-01 11:15:27 +00:00
kudinDmitriyUp
3f0a551210 Bob AI: Remove the bento-features section from the home page. 2026-07-01 11:15:03 +00:00
beebe42192 Merge version_18_1782904102945 into main
Merge version_18_1782904102945 into main
2026-07-01 11:10:37 +00:00
kudinDmitriyUp
1fdf7f7f8c Bob AI: Added Bento Features section with provided images 2026-07-01 11:10:06 +00:00
e2e3ebf9ab Merge version_15_1782903704592 into main
Merge version_15_1782903704592 into main
2026-07-01 11:02:28 +00:00
kudinDmitriyUp
7b7645cca5 Bob AI: Set image to https://storage.googleapis.com/webild/users/user_3FtXGZmo2q34ph3RhC 2026-07-01 11:02:22 +00:00
650ba48146 Merge version_14_1782902234217 into main
Merge version_14_1782902234217 into main
2026-07-01 10:37:44 +00:00
kudinDmitriyUp
5fb57f20d6 Bob AI: Set image to https://storage.googleapis.com/webild/users/user_3FtXGZmo2q34ph3RhC 2026-07-01 10:37:40 +00:00
3905244c76 Merge version_12_1782901902246 into main
Merge version_12_1782901902246 into main
2026-07-01 10:32:31 +00:00
kudinDmitriyUp
1c510f8613 Bob AI: Set image to https://storage.googleapis.com/webild/users/user_3FtXGZmo2q34ph3RhC 2026-07-01 10:32:25 +00:00
a54ef6e88b Merge version_11_1782901099785 into main
Merge version_11_1782901099785 into main
2026-07-01 10:18:44 +00:00
kudinDmitriyUp
99b70d64c1 Bob AI: Change the services section title to 'وش يساعدك فيه رَوّق؟' and the sub-heading 2026-07-01 10:18:41 +00:00
3ad65b6298 Merge version_10_1782900082354 into main
Merge version_10_1782900082354 into main
2026-07-01 10:01:54 +00:00
kudinDmitriyUp
4d42b03184 Bob AI: Update the sub-heading of the media-carousel section to 'سواءًا كنت تلعب او تقرا 2026-07-01 10:01:47 +00:00
3b58ea055d Merge version_9_1782899700828 into main
Merge version_9_1782899700828 into main
2026-07-01 09:55:35 +00:00
kudinDmitriyUp
0e1783cd88 Bob AI: Change the section title of the Product Gallery (media-carousel) to 'مصمم ليكون 2026-07-01 09:55:31 +00:00
a2fd1b0a27 Merge version_8_1782899519783 into main
Merge version_8_1782899519783 into main
2026-07-01 09:52:31 +00:00
kudinDmitriyUp
c8a3731146 Bob AI: Set image to https://storage.googleapis.com/webild/users/user_3FtXGZmo2q34ph3RhC 2026-07-01 09:52:28 +00:00
a8f59396cd Merge version_7_1782898890623 into main
Merge version_7_1782898890623 into main
2026-07-01 09:41:58 +00:00
5 changed files with 117 additions and 31 deletions

View File

@@ -1,3 +1,4 @@
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&family=Inter:wght@400;500;600;700&display=swap');
/* Web Agency - Dark Monochrome */
@import "tailwindcss";
@import "./styles/masks.css";
@@ -5,15 +6,15 @@
:root {
/* Dark theme with monochrome accents */
--background: #0a0a0a;
--card: #161616;
--foreground: #f0f0f0;
--primary-cta: #ffffff;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1e1e1e;
--secondary-cta-text: #e0e0e0;
--accent: #d0d0d0;
--background-accent: #434343;
--background: #f5faff;
--card: #ffffff;
--foreground: #001122;
--primary-cta: #15479c;
--primary-cta-text: #f5faff;
--secondary-cta: #ffffff;
--secondary-cta-text: #001122;
--accent: #a8cce8;
--background-accent: #7ba3cf;
/* @layout/border-radius/soft */
--radius: 1.5rem;
@@ -95,7 +96,7 @@
--color-background-accent: var(--background-accent);
/* Fonts */
--font-sans: "Inter", sans-serif;
--font-sans: 'Open Sans', sans-serif;
--font-tight: "Inter Tight", sans-serif;
--font-mono: monospace;
@@ -144,7 +145,7 @@ body {
margin: 0;
background-color: var(--background);
color: var(--foreground);
font-family: "Inter", sans-serif;
font-family: 'Open Sans', sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -157,7 +158,7 @@ h3,
h4,
h5,
h6 {
font-family: "Inter", sans-serif;
font-family: 'Inter', sans-serif;
}
.card {

View File

@@ -18,7 +18,8 @@ import FaqSection from './HomePage/sections/Faq';
import ContactSection from './HomePage/sections/Contact';
import MediaCarouselSection from './HomePage/sections/MediaCarousel';export default function HomePage(): React.JSX.Element {
import MediaCarouselSection from './HomePage/sections/MediaCarousel';
import BentoFeaturesSection from './HomePage/sections/BentoFeatures';export default function HomePage(): React.JSX.Element {
return (
<StyleProvider siteBackground="aurora" heroBackground="lightRaysCorner" buttonVariant="stagger">
<SiteBackgroundSlot />
@@ -27,6 +28,7 @@ import MediaCarouselSection from './HomePage/sections/MediaCarousel';export defa
<HeroSection />
<MediaCarouselSection />
<BentoFeaturesSection />
<ServicesSection />

View File

@@ -0,0 +1,92 @@
import TextAnimation from "@/components/ui/TextAnimation";
import ScrollReveal from "@/components/ui/ScrollReveal";
import ImageOrVideo from "@/components/ui/ImageOrVideo";
import Tag from "@/components/ui/Tag";
export default function BentoFeaturesSection() {
return (
<section className="relative w-full py-24 bg-background" data-webild-section="bento-features" id="bento-features">
<div className="w-content-width mx-auto">
<div className="flex flex-col items-center text-center mb-16">
<ScrollReveal variant="fade">
<Tag text="Features" className="mb-4" />
</ScrollReveal>
<TextAnimation
text="Advanced Neck Therapy"
variant="slide-up"
tag="h2"
className="text-4xl md:text-5xl font-bold text-foreground mb-4"
gradientText={false}
/>
<ScrollReveal variant="fade" delay={0.1}>
<p className="text-lg text-accent max-w-2xl mx-auto">
Experience the next level of relaxation with our state-of-the-art neck massager.
</p>
</ScrollReveal>
</div>
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
<ScrollReveal variant="fade" delay={0.2} className="lg:col-span-2">
<div className="card h-full rounded-lg overflow-hidden flex flex-col md:flex-row">
<div className="p-8 flex-1 flex flex-col justify-center">
<h3 className="text-2xl font-bold text-foreground mb-2">Deep Tissue Relief</h3>
<p className="text-accent">Targeted pulse technology reaches deep muscle layers to alleviate tension and promote relaxation.</p>
</div>
<div className="flex-1 min-h-[300px] relative">
<ImageOrVideo
imageSrc="https://storage.googleapis.com/webild/users/user_3FtXGZmo2q34ph3RhCNPCt0XPUG/uploaded-1782904038231-5ykedq2f.png"
className="absolute inset-0 w-full h-full object-cover"
/>
</div>
</div>
</ScrollReveal>
<ScrollReveal variant="fade" delay={0.3}>
<div className="card h-full rounded-lg overflow-hidden flex flex-col">
<div className="h-48 relative">
<ImageOrVideo
imageSrc="https://storage.googleapis.com/webild/users/user_3FtXGZmo2q34ph3RhCNPCt0XPUG/uploaded-1782904038233-cchs5lwi.png"
className="absolute inset-0 w-full h-full object-cover"
/>
</div>
<div className="p-6 flex-1 flex flex-col justify-center">
<h3 className="text-xl font-bold text-foreground mb-2">Ergonomic Design</h3>
<p className="text-accent text-sm">Perfectly contours to your neck for maximum comfort during extended use.</p>
</div>
</div>
</ScrollReveal>
<ScrollReveal variant="fade" delay={0.4}>
<div className="card h-full rounded-lg overflow-hidden flex flex-col">
<div className="h-48 relative">
<ImageOrVideo
imageSrc="https://storage.googleapis.com/webild/users/user_3FtXGZmo2q34ph3RhCNPCt0XPUG/uploaded-1782904038234-evwt682d.png?_wi=1"
className="absolute inset-0 w-full h-full object-cover"
/>
</div>
<div className="p-6 flex-1 flex flex-col justify-center">
<h3 className="text-xl font-bold text-foreground mb-2">Sleek Aesthetics</h3>
<p className="text-accent text-sm">Modern design that looks as good as it feels, blending seamlessly into your lifestyle.</p>
</div>
</div>
</ScrollReveal>
<ScrollReveal variant="fade" delay={0.5} className="lg:col-span-2">
<div className="card h-full rounded-lg overflow-hidden flex flex-col md:flex-row-reverse">
<div className="p-8 flex-1 flex flex-col justify-center">
<h3 className="text-2xl font-bold text-foreground mb-2">Portable Comfort</h3>
<p className="text-accent">Take your relaxation anywhere you go with our lightweight and travel-friendly design.</p>
</div>
<div className="flex-1 min-h-[300px] relative">
<ImageOrVideo
imageSrc="https://storage.googleapis.com/webild/users/user_3FtXGZmo2q34ph3RhCNPCt0XPUG/uploaded-1782904038234-evwt682d.png?_wi=2"
className="absolute inset-0 w-full h-full object-cover"
/>
</div>
</div>
</ScrollReveal>
</div>
</div>
</section>
);
}

View File

@@ -8,15 +8,16 @@ export default function MediaCarouselSection() {
const images = [
"https://storage.googleapis.com/webild/users/user_3FtXGZmo2q34ph3RhCNPCt0XPUG/uploaded-1782898092527-2qlsj3la.png",
"https://storage.googleapis.com/webild/users/user_3FtXGZmo2q34ph3RhCNPCt0XPUG/uploaded-1782898092529-kmn0xb0w.png",
"https://storage.googleapis.com/webild/users/user_3FtXGZmo2q34ph3RhCNPCt0XPUG/uploaded-1782898092530-w252bepw.png"
"https://storage.googleapis.com/webild/users/user_3FtXGZmo2q34ph3RhCNPCt0XPUG/uploaded-1782898092530-w252bepw.png",
"https://storage.googleapis.com/webild/users/user_3FtXGZmo2q34ph3RhCNPCt0XPUG/uploaded-1782899518735-tk0yrtfa.png"
];
return (
<section id="media-carousel" data-webild-section="media-carousel" className="relative w-full py-24 bg-background">
<div className="w-content-width mx-auto">
<div className="mb-12 text-center">
<TextAnimation variant="fade-blur" tag="h2" className="text-4xl md:text-5xl font-bold text-foreground mb-4" text="Product Gallery" gradientText={false} />
<TextAnimation variant="fade-blur" tag="p" className="text-lg text-accent" text="Take a closer look at our product." gradientText={false} />
<TextAnimation variant="fade-blur" tag="h2" className="text-4xl md:text-5xl font-bold text-foreground mb-4" text="مصمم ليكون جزءًا من يومك" gradientText={false} />
<TextAnimation variant="fade-blur" tag="p" className="text-lg text-accent" text="سواءًا كنت تلعب او تقرا او تسوق او مسترخي" gradientText={false} />
</div>
<ScrollReveal variant="slide-up">
<Carousel className="w-full">

View File

@@ -11,33 +11,23 @@ export default function ServicesSection(): React.JSX.Element {
<FeaturesBento
textAnimation="fade-blur"
tag="Services"
title="Services That Drive Results"
description="We offer a full suite of digital services to help your brand stand out online."
title="وش يساعدك فيه رَوّق؟"
description="فيه كثير علامات اجهاد و إرهاق الي تعودنا اننا نتجاهلها حتى صارت جزء مننا"
features={[
{
title: "Web Development",
description: "Custom-built websites that are fast, responsive, and designed to convert.",
bentoComponent: "checklist-timeline",
heading: "Project Timeline",
subheading: "Week 1-2",
checklistItems: [
{ label: "Discovery & Strategy", detail: "Day 1-3" },
{ label: "Design & Prototype", detail: "Day 4-7" },
{ label: "Development & Launch", detail: "Day 8-14" },
],
completedLabel: "Live",
image: "https://storage.googleapis.com/webild/users/user_3FtXGZmo2q34ph3RhCNPCt0XPUG/uploaded-1782903703652-iz2msjpg.png",
},
{
title: "SEO Optimization",
description: "We optimize your website to rank higher on search engines and drive organic traffic.",
bentoComponent: "animated-bar-chart",
image: "https://storage.googleapis.com/webild/users/user_3FtXGZmo2q34ph3RhCNPCt0XPUG/uploaded-1782903703653-1jqzp5px.png",
},
{
title: "Branding",
description: "Build a memorable brand identity that resonates with your audience.",
bentoComponent: "orbiting-icons",
centerIcon: Sparkles,
orbitIcons: [Palette, Layers, PenTool, Code],
image: "https://storage.googleapis.com/webild/users/user_3FtXGZmo2q34ph3RhCNPCt0XPUG/uploaded-1782903703654-bv6ksmeq.png",
},
]}
/>