Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #4.
This commit is contained in:
205
src/app/page.tsx
205
src/app/page.tsx
@@ -52,7 +52,7 @@ export default function HomePage() {
|
||||
{ text: "💻 Find Laptop", href: "/" },
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkSsFT5Dmc4F4u7UZOZ1nILZG3/a-modern-clean-tech-store-dashboard-inte-1773157167765-0b769c2a.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkSsFT5Dmc4F4u7UZOZ1nILZG3/a-modern-clean-tech-store-dashboard-inte-1773157167765-0b769c2a.png"
|
||||
imageAlt="Modern tech store dashboard with gaming PC and laptops"
|
||||
mediaAnimation="slide-up"
|
||||
frameStyle="browser"
|
||||
@@ -71,33 +71,13 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "asus-vivobook",
|
||||
name: "ASUS Vivobook Go 15",
|
||||
price: "৳42,999",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkSsFT5Dmc4F4u7UZOZ1nILZG3/asus-vivobook-go-15-laptop-displayed-fro-1773157167341-33de84f0.jpg?_wi=1",
|
||||
imageAlt: "ASUS Vivobook Go 15 laptop",
|
||||
},
|
||||
id: "asus-vivobook", name: "ASUS Vivobook Go 15", price: "৳42,999", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkSsFT5Dmc4F4u7UZOZ1nILZG3/asus-vivobook-go-15-laptop-displayed-fro-1773157167341-33de84f0.jpg", imageAlt: "ASUS Vivobook Go 15 laptop"},
|
||||
{
|
||||
id: "lenovo-ideapad",
|
||||
name: "Lenovo IdeaPad 3",
|
||||
price: "৳48,500",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkSsFT5Dmc4F4u7UZOZ1nILZG3/lenovo-ideapad-3-laptop-in-elegant-silve-1773157166219-987079b7.jpg?_wi=1",
|
||||
imageAlt: "Lenovo IdeaPad 3 laptop",
|
||||
},
|
||||
id: "lenovo-ideapad", name: "Lenovo IdeaPad 3", price: "৳48,500", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkSsFT5Dmc4F4u7UZOZ1nILZG3/lenovo-ideapad-3-laptop-in-elegant-silve-1773157166219-987079b7.jpg", imageAlt: "Lenovo IdeaPad 3 laptop"},
|
||||
{
|
||||
id: "msi-gaming",
|
||||
name: "MSI GF63 Thin Gaming",
|
||||
price: "৳89,999",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkSsFT5Dmc4F4u7UZOZ1nILZG3/msi-gf63-thin-gaming-laptop-with-rgb-key-1773157167912-bc81f63a.jpg?_wi=1",
|
||||
imageAlt: "MSI GF63 Thin gaming laptop",
|
||||
},
|
||||
id: "msi-gaming", name: "MSI GF63 Thin Gaming", price: "৳89,999", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkSsFT5Dmc4F4u7UZOZ1nILZG3/msi-gf63-thin-gaming-laptop-with-rgb-key-1773157167912-bc81f63a.jpg", imageAlt: "MSI GF63 Thin gaming laptop"},
|
||||
{
|
||||
id: "rtx-4060",
|
||||
name: "RTX 4060 Graphics Card",
|
||||
price: "৳38,500",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkSsFT5Dmc4F4u7UZOZ1nILZG3/nvidia-rtx-4060-graphics-card-displayed--1773157169274-4e75f2d3.png?_wi=1",
|
||||
imageAlt: "NVIDIA RTX 4060 GPU",
|
||||
},
|
||||
id: "rtx-4060", name: "RTX 4060 Graphics Card", price: "৳38,500", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkSsFT5Dmc4F4u7UZOZ1nILZG3/nvidia-rtx-4060-graphics-card-displayed--1773157169274-4e75f2d3.png", imageAlt: "NVIDIA RTX 4060 GPU"},
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
@@ -137,53 +117,30 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "flash-deals",
|
||||
badge: "Ends Today",
|
||||
badgeIcon: Flame,
|
||||
price: "Up to 35% OFF",
|
||||
name: "Flash Sales",
|
||||
buttons={[
|
||||
id: "flash-deals", badge: "Ends Today", badgeIcon: Flame,
|
||||
price: "Up to 35% OFF", name: "Flash Sales", buttons: [
|
||||
{ text: "Shop Flash Deals", href: "/deals" },
|
||||
{ text: "View All", href: "/deals" },
|
||||
]},
|
||||
features: [
|
||||
"Limited stock items",
|
||||
"First come, first served",
|
||||
"24-hour deals",
|
||||
"No minimum purchase",
|
||||
],
|
||||
features: [
|
||||
"Limited stock items", "First come, first served", "24-hour deals", "No minimum purchase"],
|
||||
},
|
||||
{
|
||||
id: "student-discount",
|
||||
badge: "Most Popular",
|
||||
badgeIcon: Star,
|
||||
price: "20% OFF",
|
||||
name: "Student Discount",
|
||||
buttons={[
|
||||
id: "student-discount", badge: "Most Popular", badgeIcon: Star,
|
||||
price: "20% OFF", name: "Student Discount", buttons: [
|
||||
{ text: "Verify Student ID", href: "#student-discount" },
|
||||
{ text: "Learn More", href: "#student-discount" },
|
||||
]},
|
||||
features: [
|
||||
"Valid student ID required",
|
||||
"Year-round savings",
|
||||
"Free delivery in Dhaka",
|
||||
"Priority support",
|
||||
],
|
||||
features: [
|
||||
"Valid student ID required", "Year-round savings", "Free delivery in Dhaka", "Priority support"],
|
||||
},
|
||||
{
|
||||
id: "seasonal-sales",
|
||||
price: "Up to 40% OFF",
|
||||
name: "Seasonal Sales",
|
||||
buttons={[
|
||||
id: "seasonal-sales", price: "Up to 40% OFF", name: "Seasonal Sales", buttons: [
|
||||
{ text: "View Offers", href: "/deals" },
|
||||
{ text: "Set Reminder", href: "#seasonal" },
|
||||
]},
|
||||
features: [
|
||||
"Ramadan/Eid specials",
|
||||
"New Year sales",
|
||||
"Back to school deals",
|
||||
"Holiday bundles",
|
||||
],
|
||||
features: [
|
||||
"Ramadan/Eid specials", "New Year sales", "Back to school deals", "Holiday bundles"],
|
||||
},
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
@@ -204,48 +161,20 @@ export default function HomePage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "rank-1",
|
||||
value: "#1",
|
||||
title: "RTX 4090 Beast Mode",
|
||||
items: [
|
||||
"₳450,000+ total setup",
|
||||
"Intel i9 13th Gen",
|
||||
"4TB NVMe SSD",
|
||||
"1200W PSU",
|
||||
],
|
||||
id: "rank-1", value: "#1", title: "RTX 4090 Beast Mode", items: [
|
||||
"₳450,000+ total setup", "Intel i9 13th Gen", "4TB NVMe SSD", "1200W PSU"],
|
||||
},
|
||||
{
|
||||
id: "rank-2",
|
||||
value: "#2",
|
||||
title: "Budget Gaming Build",
|
||||
items: [
|
||||
"৳65,000 total cost",
|
||||
"RTX 3060 Ti",
|
||||
"Ryzen 5 5500",
|
||||
"16GB DDR4",
|
||||
],
|
||||
id: "rank-2", value: "#2", title: "Budget Gaming Build", items: [
|
||||
"৳65,000 total cost", "RTX 3060 Ti", "Ryzen 5 5500", "16GB DDR4"],
|
||||
},
|
||||
{
|
||||
id: "rank-3",
|
||||
value: "#3",
|
||||
title: "Student Productivity",
|
||||
items: [
|
||||
"₳35,000 setup",
|
||||
"Perfect for coding",
|
||||
"Lightweight & portable",
|
||||
"12+ hours battery",
|
||||
],
|
||||
id: "rank-3", value: "#3", title: "Student Productivity", items: [
|
||||
"₳35,000 setup", "Perfect for coding", "Lightweight & portable", "12+ hours battery"],
|
||||
},
|
||||
{
|
||||
id: "community-points",
|
||||
value: "2.5K",
|
||||
title: "Tech Points Earned",
|
||||
items: [
|
||||
"Reviews written",
|
||||
"Builds shared",
|
||||
"Community posts",
|
||||
"Setup votes",
|
||||
],
|
||||
id: "community-points", value: "2.5K", title: "Tech Points Earned", items: [
|
||||
"Reviews written", "Builds shared", "Community posts", "Setup votes"],
|
||||
},
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
@@ -267,71 +196,23 @@ export default function HomePage() {
|
||||
carouselMode="buttons"
|
||||
blogs={[
|
||||
{
|
||||
id: "best-gaming-80k",
|
||||
category: ["Gaming", "Budget"],
|
||||
title: "Best Gaming PC Under ৳80,000",
|
||||
excerpt: "Complete guide to building a solid gaming rig on a tight budget. Includes FPS benchmarks and part recommendations.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkSsFT5Dmc4F4u7UZOZ1nILZG3/a-complete-budget-gaming-pc-build-setup--1773157168646-d43b1080.png?_wi=1",
|
||||
imageAlt: "Budget gaming PC build",
|
||||
authorName: "Karim Hassan",
|
||||
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkSsFT5Dmc4F4u7UZOZ1nILZG3/professional-headshot-portrait-of-karim--1773157169497-7a711da8.png",
|
||||
date: "15 Jan 2025",
|
||||
},
|
||||
id: "best-gaming-80k", category: ["Gaming", "Budget"],
|
||||
title: "Best Gaming PC Under ৳80,000", excerpt: "Complete guide to building a solid gaming rig on a tight budget. Includes FPS benchmarks and part recommendations.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkSsFT5Dmc4F4u7UZOZ1nILZG3/a-complete-budget-gaming-pc-build-setup--1773157168646-d43b1080.png", imageAlt: "Budget gaming PC build", authorName: "Karim Hassan", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkSsFT5Dmc4F4u7UZOZ1nILZG3/professional-headshot-portrait-of-karim--1773157169497-7a711da8.png", date: "15 Jan 2025"},
|
||||
{
|
||||
id: "best-laptop-students",
|
||||
category: ["Laptops", "Students"],
|
||||
title: "Best Laptops for Students in BD",
|
||||
excerpt: "Comparison of top student laptops with pricing, battery life, and performance reviews. Perfect for online classes and projects.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkSsFT5Dmc4F4u7UZOZ1nILZG3/three-different-student-friendly-laptops-1773157166228-5bae63a7.jpg?_wi=1",
|
||||
imageAlt: "Student laptops comparison",
|
||||
authorName: "Ayesha Ahmed",
|
||||
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkSsFT5Dmc4F4u7UZOZ1nILZG3/professional-headshot-portrait-of-ayesha-1773157167793-20340a84.png",
|
||||
date: "12 Jan 2025",
|
||||
},
|
||||
id: "best-laptop-students", category: ["Laptops", "Students"],
|
||||
title: "Best Laptops for Students in BD", excerpt: "Comparison of top student laptops with pricing, battery life, and performance reviews. Perfect for online classes and projects.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkSsFT5Dmc4F4u7UZOZ1nILZG3/three-different-student-friendly-laptops-1773157166228-5bae63a7.jpg", imageAlt: "Student laptops comparison", authorName: "Ayesha Ahmed", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkSsFT5Dmc4F4u7UZOZ1nILZG3/professional-headshot-portrait-of-ayesha-1773157167793-20340a84.png", date: "12 Jan 2025"},
|
||||
{
|
||||
id: "video-editing-guide",
|
||||
category: ["Editing", "Professional"],
|
||||
title: "Video Editing Setup Guide 2025",
|
||||
excerpt: "Complete hardware recommendations for content creators. GPUs, RAM, storage, and software recommendations.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkSsFT5Dmc4F4u7UZOZ1nILZG3/a-professional-video-editing-workstation-1773157171353-50916b98.png?_wi=1",
|
||||
imageAlt: "Video editing workstation setup",
|
||||
authorName: "Rahim Khan",
|
||||
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkSsFT5Dmc4F4u7UZOZ1nILZG3/professional-headshot-portrait-of-rahim--1773157168263-1be7ac73.jpg",
|
||||
date: "10 Jan 2025",
|
||||
},
|
||||
id: "video-editing-guide", category: ["Editing", "Professional"],
|
||||
title: "Video Editing Setup Guide 2025", excerpt: "Complete hardware recommendations for content creators. GPUs, RAM, storage, and software recommendations.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkSsFT5Dmc4F4u7UZOZ1nILZG3/a-professional-video-editing-workstation-1773157171353-50916b98.png", imageAlt: "Video editing workstation setup", authorName: "Rahim Khan", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkSsFT5Dmc4F4u7UZOZ1nILZG3/professional-headshot-portrait-of-rahim--1773157168263-1be7ac73.jpg", date: "10 Jan 2025"},
|
||||
{
|
||||
id: "gpu-comparison",
|
||||
category: ["Components", "GPU"],
|
||||
title: "RTX 4060 vs RTX 3070: Full Comparison",
|
||||
excerpt: "Detailed FPS benchmarks, power consumption, price-to-performance ratio, and which GPU suits which games.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkSsFT5Dmc4F4u7UZOZ1nILZG3/two-high-performance-nvidia-gpus-rtx-406-1773157167879-2cef8afc.jpg?_wi=1",
|
||||
imageAlt: "GPU comparison benchmarks",
|
||||
authorName: "Farhan Malik",
|
||||
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkSsFT5Dmc4F4u7UZOZ1nILZG3/professional-headshot-portrait-of-farhan-1773157168048-8f157fa6.jpg",
|
||||
date: "08 Jan 2025",
|
||||
},
|
||||
id: "gpu-comparison", category: ["Components", "GPU"],
|
||||
title: "RTX 4060 vs RTX 3070: Full Comparison", excerpt: "Detailed FPS benchmarks, power consumption, price-to-performance ratio, and which GPU suits which games.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkSsFT5Dmc4F4u7UZOZ1nILZG3/two-high-performance-nvidia-gpus-rtx-406-1773157167879-2cef8afc.jpg", imageAlt: "GPU comparison benchmarks", authorName: "Farhan Malik", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkSsFT5Dmc4F4u7UZOZ1nILZG3/professional-headshot-portrait-of-farhan-1773157168048-8f157fa6.jpg", date: "08 Jan 2025"},
|
||||
{
|
||||
id: "rgb-guide",
|
||||
category: ["Setup", "RGB"],
|
||||
title: "RGB Everything: Setup Showcase 2025",
|
||||
excerpt: "Stunning gaming setups with RGB lighting. Tips for cable management and aesthetic builds from the community.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkSsFT5Dmc4F4u7UZOZ1nILZG3/an-impressive-gaming-setup-with-rgb-ligh-1773157168127-4ab596ec.png?_wi=1",
|
||||
imageAlt: "RGB gaming setup showcase",
|
||||
authorName: "Sofia Begum",
|
||||
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkSsFT5Dmc4F4u7UZOZ1nILZG3/professional-headshot-portrait-of-sofia--1773157169225-beff6ab9.png",
|
||||
date: "05 Jan 2025",
|
||||
},
|
||||
id: "rgb-guide", category: ["Setup", "RGB"],
|
||||
title: "RGB Everything: Setup Showcase 2025", excerpt: "Stunning gaming setups with RGB lighting. Tips for cable management and aesthetic builds from the community.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkSsFT5Dmc4F4u7UZOZ1nILZG3/an-impressive-gaming-setup-with-rgb-ligh-1773157168127-4ab596ec.png", imageAlt: "RGB gaming setup showcase", authorName: "Sofia Begum", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkSsFT5Dmc4F4u7UZOZ1nILZG3/professional-headshot-portrait-of-sofia--1773157169225-beff6ab9.png", date: "05 Jan 2025"},
|
||||
{
|
||||
id: "monitor-guide",
|
||||
category: ["Displays", "Gaming"],
|
||||
title: "144Hz vs 240Hz: Monitor Buying Guide",
|
||||
excerpt: "Choose the right refresh rate for your gaming needs. Price comparison and FPS requirements explained.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkSsFT5Dmc4F4u7UZOZ1nILZG3/three-gaming-monitors-displayed-side-by--1773157168460-46c4a3a5.jpg?_wi=1",
|
||||
imageAlt: "Gaming monitors comparison",
|
||||
authorName: "Tariq Hossain",
|
||||
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkSsFT5Dmc4F4u7UZOZ1nILZG3/professional-headshot-portrait-of-tariq--1773157168564-f42db286.jpg",
|
||||
date: "02 Jan 2025",
|
||||
},
|
||||
id: "monitor-guide", category: ["Displays", "Gaming"],
|
||||
title: "144Hz vs 240Hz: Monitor Buying Guide", excerpt: "Choose the right refresh rate for your gaming needs. Price comparison and FPS requirements explained.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkSsFT5Dmc4F4u7UZOZ1nILZG3/three-gaming-monitors-displayed-side-by--1773157168460-46c4a3a5.jpg", imageAlt: "Gaming monitors comparison", authorName: "Tariq Hossain", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkSsFT5Dmc4F4u7UZOZ1nILZG3/professional-headshot-portrait-of-tariq--1773157168564-f42db286.jpg", date: "02 Jan 2025"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -348,19 +229,7 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"ASUS",
|
||||
"MSI",
|
||||
"Lenovo",
|
||||
"Acer",
|
||||
"Dell",
|
||||
"HP",
|
||||
"Corsair",
|
||||
"Logitech",
|
||||
"Intel",
|
||||
"AMD",
|
||||
"NVIDIA",
|
||||
"Kingston",
|
||||
]}
|
||||
"ASUS", "MSI", "Lenovo", "Acer", "Dell", "HP", "Corsair", "Logitech", "Intel", "AMD", "NVIDIA", "Kingston"]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
buttonAnimation="slide-up"
|
||||
|
||||
@@ -48,7 +48,7 @@ export default function PCBuilderPage() {
|
||||
{ text: "View Templates", href: "#templates" },
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkSsFT5Dmc4F4u7UZOZ1nILZG3/a-modern-clean-tech-store-dashboard-inte-1773157167765-0b769c2a.png?_wi=2"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkSsFT5Dmc4F4u7UZOZ1nILZG3/a-modern-clean-tech-store-dashboard-inte-1773157167765-0b769c2a.png"
|
||||
imageAlt="PC Builder interface with component selection and compatibility checker"
|
||||
mediaAnimation="slide-up"
|
||||
frameStyle="browser"
|
||||
@@ -87,51 +87,29 @@ export default function PCBuilderPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "budget-gaming",
|
||||
price: "৳65,000",
|
||||
name: "Budget Gaming Build",
|
||||
buttons={[
|
||||
id: "budget-gaming", price: "৳65,000", name: "Budget Gaming Build", buttons: [
|
||||
{ text: "Use Template", href: "#use-template-1" },
|
||||
{ text: "View Details", href: "#details-1" },
|
||||
]},
|
||||
features: [
|
||||
"RTX 3060 Graphics",
|
||||
"Ryzen 5 5500 Processor",
|
||||
"16GB DDR4 RAM",
|
||||
"60+ FPS 1080p Gaming",
|
||||
],
|
||||
features: [
|
||||
"RTX 3060 Graphics", "Ryzen 5 5500 Processor", "16GB DDR4 RAM", "60+ FPS 1080p Gaming"],
|
||||
},
|
||||
{
|
||||
id: "mid-range-gaming",
|
||||
badge: "Most Popular",
|
||||
badgeIcon: Star,
|
||||
price: "৳140,000",
|
||||
name: "Mid-Range Gaming Build",
|
||||
buttons={[
|
||||
id: "mid-range-gaming", badge: "Most Popular", badgeIcon: Star,
|
||||
price: "৳140,000", name: "Mid-Range Gaming Build", buttons: [
|
||||
{ text: "Use Template", href: "#use-template-2" },
|
||||
{ text: "View Details", href: "#details-2" },
|
||||
]},
|
||||
features: [
|
||||
"RTX 4070 Super Graphics",
|
||||
"Intel i7-13700K",
|
||||
"32GB DDR5 RAM",
|
||||
"120+ FPS 1440p Gaming",
|
||||
],
|
||||
features: [
|
||||
"RTX 4070 Super Graphics", "Intel i7-13700K", "32GB DDR5 RAM", "120+ FPS 1440p Gaming"],
|
||||
},
|
||||
{
|
||||
id: "creator-workstation",
|
||||
price: "৳250,000",
|
||||
name: "Content Creator Pro",
|
||||
buttons={[
|
||||
id: "creator-workstation", price: "৳250,000", name: "Content Creator Pro", buttons: [
|
||||
{ text: "Use Template", href: "#use-template-3" },
|
||||
{ text: "View Details", href: "#details-3" },
|
||||
]},
|
||||
features: [
|
||||
"RTX 4090 Professional GPU",
|
||||
"Intel i9-13900K CPU",
|
||||
"64GB DDR5 RAM",
|
||||
"4K Video Editing Ready",
|
||||
],
|
||||
features: [
|
||||
"RTX 4090 Professional GPU", "Intel i9-13900K CPU", "64GB DDR5 RAM", "4K Video Editing Ready"],
|
||||
},
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
|
||||
Reference in New Issue
Block a user