Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
atheer0998 committed Oct 15, 2023
1 parent b330199 commit 0952589
Showing 1 changed file with 0 additions and 56 deletions.
56 changes: 0 additions & 56 deletions components/Sections/TTA.vue
Original file line number Diff line number Diff line change
@@ -1,33 +1,4 @@
<template>
<!-- <div class="container my-24 mx-auto md:px-6">
<section class="mb-32 text-center font-neo-sans">
<h2 class="mb-12 text-3xl font-bold uppercase leading-relaxed text-gray-600">
The Official Agent for TTA in the GCC
</h2>
<div class="overflow-x-auto relative m-5">
<div class="flex lg:gap-6 gap-4">
<div class="lg:w-1/3 lg:mb-8 mb-8" v-for="product in products" :key="product.id">
<div
class="member-card relative rounded-lg overflow-hidden bg-white border border-gray-300 h-70 w-80">
<div class="member-image-circle mx-auto mt-4 w-24 h-24 rounded-full">
<img :src="product.image" :alt="product.name"
class="w-full h-full object-cover " />
</div>
<div class="p-4">
<h5 class="mb-2 text-lg font-semibold">
{{ product.name }}
</h5>
<p class="mb-2">
{{ product.price }}
</p>
</div>
</div>
</div>
</div>
</div>
</section>
</div> -->

<div class="container my-24 mx-auto md:px-6">
<section class="mb-32 text-center font-neo-sans">
Expand Down Expand Up @@ -69,72 +40,45 @@ export default {
{
id: 1,
name: 'M4E (5L)',
// name_ar: 'محمد بن فيحان',
price: '11,248.605 SAR',
image: '/images/TTA/M4E(5L).png',
// linkedin: 'https://www.linkedin.com/in/mohammed-bin-faihan/',
// email: 'mailto:mohammed@buroojair.com',
},
{
id: 2,
name: 'M6E-1(10L)',
// name_ar: 'محمد بن فيحان',
price: '40,509.60 SAR',
image: '/images/TTA/M6E-1.webp',
// linkedin: 'https://www.linkedin.com/in/mohammed-bin-faihan/',
// email: 'mailto:mohammed@buroojair.com',
},
{
id: 3,
name: 'M6E-X, Version1 (10L)',
// name_ar: 'محمد بن فيحان',
price: '41,072.31 SAR',
image: '/images/TTA/M6E-XVersion1(10L).webp',
// linkedin: 'https://www.linkedin.com/in/mohammed-bin-faihan/',
// email: 'mailto:mohammed@buroojair.com',
},
{
id: 4,
name: 'M6E-X, Version2 (10L)',
// name_ar: 'محمد بن فيحان',
price: '45,011.295 SAR',
image: '/images/TTA/M6E-X Version 2.png',
// linkedin: 'https://www.linkedin.com/in/mohammed-bin-faihan/',
// email: 'mailto:mohammed@buroojair.com',
},
{
id: 5,
name: 'M6E-G200 (16L)',
// name_ar: 'محمد بن فيحان',
price: '56,265.525 SAR',
image: '/images/TTA/M6E-G200 (16L).jpeg',
// linkedin: 'https://www.linkedin.com/in/mohammed-bin-faihan/',
// email: 'mailto:mohammed@buroojair.com',
},
{
id: 6,
name: 'M8A PRO (20L)',
// name_ar: 'محمد بن فيحان',
price: '54,014.67 SAR',
image: '/images/TTA/M8A PRO-20L.jpg',
// linkedin: 'https://www.linkedin.com/in/mohammed-bin-faihan/',
// email: 'mailto:mohammed@buroojair.com',
},
{
id: 7,
name: 'M6E G300(30L) 4 Atomizers',
// name_ar: 'محمد بن فيحان',
price: '81,024.825 SAR',
image: '/images/TTA/M6E G300.png',
// linkedin: 'https://www.linkedin.com/in/mohammed-bin-faihan/',
// email: 'mailto:mohammed@buroojair.com',
},
],
Expand Down

0 comments on commit 0952589

Please sign in to comment.