Compare commits
13 Commits
version_8_
...
version_16
| Author | SHA1 | Date | |
|---|---|---|---|
| e2e3ebf9ab | |||
|
|
7b7645cca5 | ||
| 650ba48146 | |||
|
|
5fb57f20d6 | ||
| 3905244c76 | |||
|
|
1c510f8613 | ||
| a54ef6e88b | |||
|
|
99b70d64c1 | ||
| 3ad65b6298 | |||
|
|
4d42b03184 | ||
| 3b58ea055d | |||
|
|
0e1783cd88 | ||
| a2fd1b0a27 |
@@ -16,8 +16,8 @@ export default function MediaCarouselSection() {
|
||||
<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">
|
||||
|
||||
@@ -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",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user